BS2 and BS2px communication
bazzee
Posts: 1
Howdy,
i have been trying to get my bs2 and my bs2px to communicate with each other using the serout and serin commands. i have had little luck with getting it to work. im trying to get the bs2 to send numaric values to the bs2px so that it·will display·them in the debug terminal. the closest that i have gotten is the bs2px displays random and crazy numbers in the debug terminal. i could use some help with getting this system to work out.
thanks
i have been trying to get my bs2 and my bs2px to communicate with each other using the serout and serin commands. i have had little luck with getting it to work. im trying to get the bs2 to send numaric values to the bs2px so that it·will display·them in the debug terminal. the closest that i have gotten is the bs2px displays random and crazy numbers in the debug terminal. i could use some help with getting this system to work out.
thanks
Comments
Remember that the Baud constants used in the BS2 and BS2px for a given Baud are different.
For the best help on the code you are using, you can use the attachment manager to upload the source code (file.bs2 & file.bpx) and then we can see how the program is working or not working properly.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Respectfully,
Joshua Donelson
www.parallax.com
Meaning -- SEROUT 0, 16468, [noparse][[/noparse]"Hi!", CR]
will do 9600 baud on a BS2, but I don't know WHAT it'll do on a BS2px -- that 16468 number will need to be changed on the BS2px.