Shop OBEX P1 Docs P2 Docs Learn Events
Communicating between two stamps — Parallax Forums

Communicating between two stamps

willthiswork89willthiswork89 Posts: 359
edited 2006-08-12 06:52 in BASIC Stamp
i think i have serin and serout working how i want and i wanted to try talking between stamps, the schematic in the guide is a little bit wierd and not working for me and any baud rate so i wanted to see if anyone new another site that had this type of thing on it, i tried googling but no luck.... thanks guys!

Comments

  • FranklinFranklin Posts: 4,747
    edited 2006-08-12 05:08
    "the guide" = ?
    Could you post what you have done and what code you are using?

    www.google.com/search?q=talking+between+two+basic+stamps&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US[noparse]:o[/noparse]fficial

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • willthiswork89willthiswork89 Posts: 359
    edited 2006-08-12 06:52
    the guide...parallax syntax file, i was using thier schematic and nothing was working, i realized i had the Flow Control grounded still(10k resistor to ground for flow while programming) and took it out and it received a bunch of Squares and went to Parity Error... im going to try making is one at a time like through the PC first then connect them together and see how it works....

    sData VAR Byte

    DO
    SEROUT 1/0,16468,1000,[noparse][[/noparse]"SLOWLY "]
    LOOP

    sData VAR Byte
    DO

    SERIN 0/1,16468,[noparse][[/noparse]sData]
    DEBUG sData
    LOOP


    Simple connection, i have P1 to P1 and P0 to P0, this is what im receiving

    ÿÿÿ¿ï¿¯ïÿOï
    ÿÿGÿ‡ûÿÿÿÿSÿÿÿÿÿÿšÿ??ÿÿ_ÿ—ÿŸÿŸÿ
    ÿ?í?Ÿ_ÿÿí“ÿÿ‡ÿÿÿIÿÿÿ

    oh... and its receiving when its not even connected to anything? lol
Sign In or Register to comment.