??? 01/09/08 11:31 Read: times |
#149169 - So, have you got it working yet? Responding to: ???'s previous message |
Amira Nagi said:
yes, I want to receive first the number 0x41 , then I receive 16 byte data, and I wait till I receive the whole 16 byte Don't forget that you will also have to handle the cases where things go wrong; eg, you lose a byte from the packet... Handling the "perfect" case is easy; it's being resilient to everything that might possibly go wrong that takes the time - see: http://www.8052.com/forum/read.phtml?id=100862 |