Communicating between two stamps
willthiswork89
Posts: 359
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
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
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