Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/16/00 18:42
Read: times


 
#6561 - RE: Communication via UART in C
Allan,

I think he's after a scheme to break an array down for transmission and then reassembly

Anders
You need to break your array down in some logical sequence marked with a special start character perhaps and terminated with an end character. When the receiver detets the start character it resets its internal counter to 0 and the characters are parsed off into your array by counting in each character.

If you have a 2 X 10 array say, then the i,j th postion holds the 10 X i + j counted value.

Steve

List of 8 messages in thread
TopicAuthorDate
Communication via UART in C            01/01/70 00:00      
RE: Communication via UART in C            01/01/70 00:00      
RE: Communication via UART in C            01/01/70 00:00      
RE: Communication via UART in C            01/01/70 00:00      
RE: Communication via UART in C            01/01/70 00:00      
RE: Communication via UART in C            01/01/70 00:00      
RE: Communication via UART in C            01/01/70 00:00      
RE: Communication via UART in C            01/01/70 00:00      

Back to Subject List