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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/25/02 16:56
Read: times


 
#29668 - RE: I2C data monitor/Logic Analyzer
Hi Jeremy,

If you're buffering the data in the uC's ram, you shouldn't be impacted by the PC's uart fifo. It's pretty simple to convert the data you've received into ascii to send to the PC, unless you're writing the software on the PC end also (I'm assuming an standard terminal-type program running on the PC, displaying ascii text).

The hardest part will be implementing a software semi-slave I2C that can recognize the I2C start and stop and such. At least you don't have to worry about recognizing a slave address in time to respond with the ACK; just note whether or not an ACK was sent.

Your project sounds like one that others would like to use once you get it done. I too have wanted something like this but couldn't justify the time to implement it, and didn't need it enough to justify the price of any commerical products.

Good luck! Let us know how it works when you're done.

Dennis

List of 9 messages in thread
TopicAuthorDate
I2C data monitor/Logic Analyzer            01/01/70 00:00      
RE: I2C data monitor/Logic Analyzer            01/01/70 00:00      
RE: I2C data monitor/Logic Analyzer            01/01/70 00:00      
RE: I2C data monitor/Logic Analyzer            01/01/70 00:00      
RE: I2C data monitor/Logic Analyzer            01/01/70 00:00      
RE: I2C data monitor/Logic Analyzer            01/01/70 00:00      
RE: I2C data monitor/Logic Analyzer            01/01/70 00:00      
RE: I2C data monitor/Logic Analyzer            01/01/70 00:00      
RE: I2C data monitor/Logic Analyzer            01/01/70 00:00      

Back to Subject List