Wireless boe bot controlled by pc?
I have a boe bot and two parallax 433Mhz transceivers i am trying to controll the boe bot·with my pc through the serial port. I have a max232 but i cant see to figure it out and this is my last hope. I was wondering if there was any thing special that i needed to do to get them to communicate?
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
' Tcvr_TxCode_v1.1.bs2
'{$STAMP BS2}
'{$PBASIC 2.5}
x VAR Word
y VAR Word
HIGH 1 ' T/R Line
DO
PULSOUT 0, 1200 'Sync pulse for the receiver
SEROUT 0, 16468, [noparse][[/noparse] "!", x.HIGHBYTE, x.LOWBYTE, y.HIGHBYTE, y.LOWBYTE ]
x = x + 1
y = y + 1
PAUSE 10
LOOP
and its says it needs two stamps (one on the recieve end and the transmit end)but i am pretty sure it can be done with only one stamp?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
You might want to consider "RobotBasic" which will allow you to communicate with your bot from your PC.
Regards,
TCIII
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
If you are going to send·a Robot·to save the world, you·better make sure it likes it the way it is!