C# and Robotics Studio
Using a Boe-Bot USB version.
Stamp Editor, Visual C# Express 2008 and Robotics Studio 2008 all installed.
I'm looking for a nudge in the right direction here. I love the bot and stamp editor is cool, but I'd honestly rather be using C# (or any C derivative as that is my preferred language and I want to develop both the bot and a desktop controller app). Anyhow, on to the point.
What I would like is some sample code either in C# or the VPL that programs the BS2 (say flips a pin to high for an LED).
I've been coding for 25 years in just about every language, so even the simplest sample will be enough to get me going. I did run the VPL and manage to add a BoEBot object which did something, but i have no idea what.
Any help would be greatly appreciated.
Stamp Editor, Visual C# Express 2008 and Robotics Studio 2008 all installed.
I'm looking for a nudge in the right direction here. I love the bot and stamp editor is cool, but I'd honestly rather be using C# (or any C derivative as that is my preferred language and I want to develop both the bot and a desktop controller app). Anyhow, on to the point.
What I would like is some sample code either in C# or the VPL that programs the BS2 (say flips a pin to high for an LED).
I've been coding for 25 years in just about every language, so even the simplest sample will be enough to get me going. I did run the VPL and manage to add a BoEBot object which did something, but i have no idea what.
Any help would be greatly appreciated.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Also, that being the case, I'm pretty much going to have to write an interpreter on the chip for different serial commands, which I suppose is pretty straight forward. Food for thought...more input would be great.
jm.
(check) STEP 2: Get some BS2 code for MSRS (don't bother searching parallax, you can't find it, maybe someone should fix that) - http://www.parallax.com/dl/src/prod/BluetoothControlledRobot.zip
(I am here) STEP 3: In my case modify BoeBotControlForMsrsCtp2.bs2 to use USB (COM4)
I'm going to stop now, but I will make another post when I am done if anyone else is interested.