??? 01/11/08 05:43 Read: times |
#149291 - The Question is what do you want to loose? Responding to: ???'s previous message |
The first one will Rx the data till the buffer is full.
Yours the data and the last char Assume a 4 byte buffer, the data "123456789" and not reading the data in time. 1st "1234" Yours "1239" A Ring Buffer "6789" It depends on the application |