Dear All,
I've just started with Java ME to develop a usb communication program on S40.
To start, I have read MIDP_Using_Cable_Connection_In_Nokia_Devices_v1_0
but it does not work, the display remains empty...
and in a usb sniffer there is no trace of the "hello ComComm" message to the pc,
I think the problem is that I use a DKE-2 cable (usb to mini usb) and not rs232!
how to change this for usb:
Thanks!Code:comm = (CommConnection)Connector.open("comm:com0"); os = comm.openOutputStream(); String text = "Hello ComComm! Anybody there at COM0?..."; os.write(text.getBytes());
willy

Reply With Quote

