BoeBot Control with MSRS
NWCCTV
Posts: 3,629
With the attached code I am suppose to use the EBT 500 to connect the BoeBot and have MSRS control it. My question is this, can this code be modified to use a Comm port instead of a Bluetooth device? If so, how and where do I change it? Thanks in advance for any help.
Comments
So you do not want to use the EB500 for communication at all, but rather the programming port on the BASIC Stamp module to send and receive data?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Respectfully,
Joshua Donelson
www.parallax.com
ericejah, that link does not work. Howecer, I do not want to spend any more money on this. Tryibg to do it witg parts I already have. Also, I will be using a wireless G adapter and VNC software to control and do not want to be using multiple wireless. Bluetooth has limited distance. I need to be able to control my robot from inside my home while the robot "patrols" outside. I have a high gain outdoor antenna to accomplish this.
Post Edited (NWCCTV) : 4/10/2010 4:42:19 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Request_Connect:
··· pointer = RequestConnect
··· GOSUB Get_Packet
··· SEROUT 1, 84, [noparse][[/noparse]STR buffer \5]
· Confirm_Connect:
··· pointer = ConnectionGranted
··· GOSUB Get_Packet
··· Wait_For_Confirm:
····· SEROUT 1, 84, [noparse][[/noparse]255, 0, 1, 0, 0]
····· SERIN 0, 84, 20, Wait_For_Confirm, [noparse][[/noparse]WAITSTR buffer \ 2,
········································· buffer2, buffer3,
········································· buffer4]
· Request_Packet:
··· msgIndex = msgIndex + 1
··· pointer = RequestCommand
··· GOSUB Get_Packet
··· SEROUT 1, 84, [noparse][[/noparse]STR buffer \5]