VEX Programming

From DEW Robotics
Revision as of 11:47, 15 June 2009 by Foster (talk | contribs) (Created page with 'There are a number of different ways to program the VEX microcontroller. == MPLabs == [http://www.microchip.com MicroChip] gives away to students and sells the [http://www.mi...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

There are a number of different ways to program the VEX microcontroller.

MPLabs

MicroChip gives away to students and sells the MPLabs IDE. The IDE supports programming in both C and assembly.

Easy-C

Easy-C and Easy-C Pro is the best drag and drop VEX programming tool out there. It allows beginning roboteers to drag motors, sensors and transmitters to the code stream. There is a pretty decent interactive debugger.

RobotC

In 2008 RobotC was released. It is positioned between the MPLab compiler and the drag and drop of Easy-C. The advantage of RobotC is the interactive debugger. It's far more detailed and has more features than Easy-C.

RobotC also works with the Lego Mindstorms system.

WPILibrary

At the center of Easy-C is a linkable library that can be used to do robot functions. The library makes the MPLabs C compiler easier to develop code with.