I have board, which continuosly sends binary data from Atmega328 to serial port in binary form. Speed is set to 115200. While i worked with FTDI interface - everything worked fine, and data stream was valid and consistent. But when i switched to Bluetooth mate - something went wrong, and i found that some parts of the data stream are missing (every packet of data has checksum), though some data packets come without problems.
I have two client applications - on the .net and on the java with rxtx library - both have same problems. Reading is done in the separate thread from the gui, so this shouldn’t cause issues. And anyway, with FTDI and usb wire - it works fine, but with bluetooth - data stream becomes corrupted.
Has anybody ran into similar problem? Please advise.
Thanks
Anatoly