i have an IC that has both an I2C and a SMBus output (16 bits). I would like to interface it to a PC to read and analyze the data. what is the best way to do this?
Connect it to an microcontroller that has I2C and serial-ports and have the controller run translation software to transfer messages across the interface.
If you have the I/O available, just feed the TTL into a parallel port on the PC and read the bits directly & translate them as necessary in the PC software.
If you're a bit shy on I/O from the MCU, then drop in a mux chip.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.