Easy Bluetooth Boe Bot for MSRS
T3rr0rByte13
Posts: 29
I just started programming robots and bought my Boe Bot, I was inspired by the project featured in Microsoft Robotics Studio book I bought. Unfortunately the project files for Boe Bot and MSRS were put on the back burner by Microsoft and Parallax.
So I decided to recreate the project myself. I wrote some drivers for the Boe Bot and then a service for MSRS. I thought I would provide it to the community to use - free of course!.
You can see the project discription and write up here: http://www.hobbyware.org/Projects/Boe%20Bot%20and%20MSRS/boebotmsrs.aspx
The source code can be found here: http://www.hobbyware.org/Projects/Boe%20Bot%20and%20MSRS/drivers.aspx
Enjoi!
So I decided to recreate the project myself. I wrote some drivers for the Boe Bot and then a service for MSRS. I thought I would provide it to the community to use - free of course!.
You can see the project discription and write up here: http://www.hobbyware.org/Projects/Boe%20Bot%20and%20MSRS/boebotmsrs.aspx
The source code can be found here: http://www.hobbyware.org/Projects/Boe%20Bot%20and%20MSRS/drivers.aspx
Enjoi!
Comments
I tested the code using the debug "Play" button. Try building the project from within Visual Studio, I gave it a try and it seemed to work correctly. If you are still having issues you could try pulling the individual files from the code and re-creating the new project without the space in the "Boe Bot".
At any rate I will try and recreate the project without the space in the project path, and re-release at the above link. Might take some time though, possibly on the weekend.
The working directory might need to be changed including the command line arguments.
My goal is not so much getting MSRS to work via Bluetooth as it is to get it to work over a wired Comm port. Bluetooth will work fine for now but for my project it is not near secure enough and I want to stay wired. Thanks for the great code.