Shop OBEX P1 Docs P2 Docs Learn Events
BS2e serial to BS2P — Parallax Forums

BS2e serial to BS2P

davidsdavids Posts: 64
edited 2005-05-06 04:07 in BASIC Stamp
Sorry,· for changing the thread topic.
·I've been looking at serin\out·program demo, I have chips a BS2e and a BS2P I tried to change the code around to make the chips talk, but failed very badly. do I·need a different resistor between VSS and P0.·Can anyone help

Comments

  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-05-06 03:42
    You're trying to get the BS2e and BS2p to communicate?· No problem -- what usually gets people in trouble is bad baudmode values.· The attached template fixes that problem by using conditional compilation to set the baud to the correct value after you assign it like this:

    Baud··· CON··· T9600

    For open baudmodes, do this:

    Baud··· CON··· T9600 + Open

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
    Dallas, TX· USA
  • davidsdavids Posts: 64
    edited 2005-05-06 04:07
    You made that look so easy, thank you Jon
Sign In or Register to comment.