Question: Whether I am communicating in RS232, RS485, or I2C between a master and a slave both of which have a buffer to store data, how can I ensure that the data from buffer[0] of the slave ends up in buffer[0] of the master and eliminate the possibility of say, the contents of buffer[1] in the slave ending up in buffer[0] of the master?
SherpaDoug
Joined: 07 Sep 2003 Posts: 1640 Location: Cape Cod Mass USA
Posted: Wed May 26, 2010 1:22 pm
High level things like that are entirely up to the programmer. How about sending a buffer number as an early byte of the data? _________________ The search for better is endless. Instead simply find very good and get the job done.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum