Hi,
I'm developping a pda application that reads serial data from a bluetooth connection. The device that sends data to the pda has a baud rate of 19200, and its data are strings of 28 byte each.My application performs a loop and reads 28 chars at a time.But it seems that the pda is loosing data. In 70 seconds it should read 5000 strings, instead it reads about 4600, in 140 seconds it should read 10000 strings, instead it reads about 8900(28 chars at 19200 are sent in about 14ms). The more the time increases, the more the pda is slow and looses data. Do I have to clear any buffer or something like this? Where is the problem? Thank you. Eli