Re: RCX with Visual Studio
Steve Hassenplug <[email protected]> Fri, 11 Sep 2009 17:25:17 GMT
| Newsgroups | gmane.comp.hardware.lego.robotics |
|---|---|
| Organization | None |
| Message-ID | <[email protected]> |
It won't be easy to write a program with Visual Studio that runs ON the RCX. It should be pretty easy (for a programmer) to write a program that runs on a PC, and uses the IR tower to send commands to the RCX, telling it what to do. Also, you can't connect a camera directly to the RCX. So, one way or another, it will be connected to a PC. This page will have all the information you need: http://graphics.stanford.edu/~kekoa/rcx/ The only real question is if you can find it in there... Steve On Fri, Sep 11, 2009 at 1:10 PM, Mewes, Philip <[email protected]> wrote: > > I was wondering, if it's possible to program a RCX with Visual Studio (either > with C# or with C++(using something like SDL as an interface)). I kind of a > newbie with mindstorm, so what I imaging is the following: Actually I plan to > attach a camera to a RCX robot and to move the robot depending on the camera > images. I would need a way to influence the robot movement in real-time from a > GUI, that I'm coding myself with C++ or C#. > > > > I suppose that I need to write a separate program that runs on the controller > and to integrate some code in my image processing software to interface with the > robot. Right? > > > > I found some project > (http://blogs.msdn.com/coding4fun/archive/2006/10/26/877499.aspx > <http://blogs.msdn.com/coding4fun/archive/2006/10/26/877499.aspx> ) that is > dealing with RCX Programming with visual studio, but it seems quite outdated. > > > > Can anybody give me a hint? > > > > Thanks a lot in advance > > > > Philip