-
debugging imlets
I am having some problems with debugging imlets on an aplicom 12 module. I am trying to use serial port 3 to send debug information from the module to a pc.
The imlets seem to be running ok on the module, however when i want to get the debug information back, it doesnt seem to be happening.
In the aplicom 12 configurator in module configuration, I have set port 3 to be the java serial port, the code I am using to open the serial port is
sc=(StreamConnection) Connector.open("comm;3:buadrate=115200", Connector.READ_WRITE);
I am then trying to connect to Hyper terminal on the PC.
I have set Bit per second to: 115200
Data bits: 8
parity: none
stop bits: 1
flow control: none
Hyper terminal doesnt display any information with these settings.
Any help or advice you can give me would be greatly appreciated.
Many thanks
Andy