Shop OBEX P1 Docs P2 Docs Learn Events
ADS7828 I2C Looking for pc_interface — Parallax Forums

ADS7828 I2C Looking for pc_interface

I'm struggling with I2c and found a program using the exact chip I need to use and it is missing a pc_interface object from the object exchange.

Does anyone have that object tucked away or have a missed a newer ADS7828 example.

I'll try not to just break down and ask for too much help but this old dog is trying to learn a new trick

Thanks

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2017-11-15 19:24
    The PC_Interface object is just a modified FullDuplexSerial object. Look at Parallax Serial Terminal. There are a few minor changes from how PC_Interface is used. term.start(31,30) becomes term.start(9600) ... if you have your terminal program set to 9600 Baud. term.out(0) becomes term.Clear
  • Thanks,
Sign In or Register to comment.