Shop OBEX P1 Docs P2 Docs Learn Events
Microchip UNI/O and BS2 — Parallax Forums

Microchip UNI/O and BS2

basicstampedebasicstampede Posts: 214
edited 2008-06-04 20:09 in BASIC Stamp
Hello.· Has anyone interfaced Microchip's UNI/O serial EEPROM with BS2?
If you have some code you can share, that would be most appreciated.
Thanks in advance.

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2008-06-04 20:09
    There's no built-in support for this type of I/O protocol, so it would have to be "bit-banged" using LOW / HIGH / TOGGLE statements and it would be quite slow, but not particularly slower than using I2C with a BS2 where·it has to be "bit-banged".· You're still better off using I2C for most applications, particularly with the built-in support in the BS2p models and the wide range of devices available for I2C.
Sign In or Register to comment.