Wireless Controlled Boe-Bot
Pauwkie
Posts: 1
Hello,
I'm having some troubles with the wireless control of my Boe-Bot
The idea is to control the robot with my keyboard.
I'm using the Reciever & Transmitter from parallax & I alrdy made a connection between the transmitter & my COM port with a MAX 232.
But i'm having some difficulties with the programming of my Boe-Bot.
It's mainly the character imput part that I don't get.
Does somebody maybe have an example program?
Thx
·
I'm having some troubles with the wireless control of my Boe-Bot
The idea is to control the robot with my keyboard.
I'm using the Reciever & Transmitter from parallax & I alrdy made a connection between the transmitter & my COM port with a MAX 232.
But i'm having some difficulties with the programming of my Boe-Bot.
It's mainly the character imput part that I don't get.
Does somebody maybe have an example program?
Thx
·
Comments
You may need some special programming on the PC end of things. You can cause the transmitter to put out a sync pulse by putting out what's known as a "break" pulse, then the first character of the message. The Stamp can wait for the sync pulse as shown in the examples, then receive one or more characters.