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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/12/09 07:56
Read: times


 
#161433 - Ring-a-ring-O-roses...
Responding to: ???'s previous message
At the "Master"

Have the master serial port's receive ISR put its data into a ring buffer, in the normal way;

Then The I2C pulls bytes from that ring buffer, and transmits them

At the "Slave"

The I2C receives bytes, and puts them into a ring buffer;

The slave's serial port transmit ISR pulls its data into from a ring buffer, in the normal way...


Interrupt-driven, ring-buffered, serial IO:
See: http://www.keil.com/download/docs/200.asp
And: http://www.keil.com/download/docs/71.asp


List of 8 messages in thread
TopicAuthorDate
Streaming Data RS232 -> I2C -> RS232            01/01/70 00:00      
   to infinity and beyond            01/01/70 00:00      
      Waaaaaaaaay OTT?            01/01/70 00:00      
   Ring-a-ring-O-roses...            01/01/70 00:00      
      Thanks but ----> how do I stream on the I2C            01/01/70 00:00      
         Ring or no Ring            01/01/70 00:00      
   great idea            01/01/70 00:00      
      Wouldn't need to send to the other UART though            01/01/70 00:00      

Back to Subject List