Question Serial Port Reception

asokfair

Member
Joined
Jan 13, 2013
Messages
22
Programming Experience
Beginner
Hi everyone,

I just created small application in Vb.net. i am trying to read the stream of data from micro-controller and storing into a buffer (16byte) so the micro will update the 16byte data for every 100ms once. I am facing the problem in reception , i could store the data in correct order everytime the position of 16byte data changing.

how to receive the 16byte data with out shifting ? i need good logic to do this?

thanks,
ashok r
 
Back
Top