Content originally posted in LPCWare by Andrew24 on Tue May 18 14:20:15 MST 2010
Quote: igorsk
How are you receiving the data and how is it corrupted?
Foe example, I'm sending packet =1234.
I use "Read byte" function in labwindows CVI and get:
210.
After reading the second byte i get 4. Offcourse, i could do (210 + (4<<8))=1234, but i think there must be a nicer way to solve this