Hi all,
I am writing a Java program on my Nokia 6300 cell phone to get access to data
stored inside a device via bluetooth serial port profile. The device is acting as a slave
in the communication process with fixed serial port settings of 9600,N,8,1.
Normally, the device should reply after receiving a command sent to it but on my cell phone,
I have to send the same command many times in order to get a single reply from the device.
I am wondering if the device is trying to tune the baud rate setting so that it can correctly
decode data bits sent from my cell phone. Does anyone know how to solve this problem? Or is there
any procedures that my program can make to make my cell phone sending data with the same settings
of the device?
Thanks,
Brian