Direct PC Control via Serial - eliminate the EB500
Building an ROV Tank with my BoeBot,·an 1/12 scale model tank, a laptop, and MSRS.
It is all working except that the EB500 Bluetooth connection is a bit flakey and has limited range.
So, I added an old laptop which I can control via RDP wirelessly.
Now, I would like to direct-connect the serial control connection. I played with the settings on the BoeBot and MSRS and failed miserably.
Question 1: Is it possible to direct-control through the BOE serial port? Or is that reserved for downloading to the Stamp?
Question 2: If I pull the EB500, that should free up three ports and I should be able to direct connect the serial port -- yes -- no -- maybe ???
·
It is all working except that the EB500 Bluetooth connection is a bit flakey and has limited range.
So, I added an old laptop which I can control via RDP wirelessly.
Now, I would like to direct-connect the serial control connection. I played with the settings on the BoeBot and MSRS and failed miserably.
Question 1: Is it possible to direct-control through the BOE serial port? Or is that reserved for downloading to the Stamp?
Question 2: If I pull the EB500, that should free up three ports and I should be able to direct connect the serial port -- yes -- no -- maybe ???
·
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
The MAX is easier to deal with from a programming point of view, when you use the programming port the Stamp "echoes" back to the PC the characters you send ,which means you have to filter the echo or the next transmission will send data from the previous transmission. With a MAX 232 this problem does not exist.
Jeff T.
The schematic included the Max232, four caps, and connected to pins 0(RX), 1(tx), 2(rts), 3(cts).
It appears that these are the same ports that the onboard serial connector uses. If so, can the two ports co-exist provided that I use only one at a time?
I ask because my serial board works great with the test programs but still cannnot connect with the computer using COM1. If I move the cable to the on-bard serial port, everything still works great.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
the word file contains the schematic plus copies of code from the BoeBotControl.cs, and BoeBotControlforMSRS.bs. I also attached the complete files.
thanks for your help. I will continue trying to get things to work and post the results when I figure out what I did wrong.
jeff
http://forums.parallax.com/showthread.php?p=663025
I will give it a try this weekend.
thx much !
j