Serial port connection supporting in MIDP
Hi,
We are working on a project, in which a Java application is developed and running on MIDP4Palm. It needs to read in GPS data from the serial port of Palm VII, but we got an error message of "unsupported protocol: comm.". Part of the source code is as follows:
InputConnection ic= (InputConnection)
Connector.open("comm:1;baudrate=9600");
DataInputStream dis= (DataInputStream)ic.openInputStream();
If you happen to know about something serial port connection supporting in MIDP or some extended Java class files pertaining to this, it would be highly appreciated that you could drop a line or two on it or some suggestions on where to find such stuff. Thanks a lot!
WJ.

