GCODE parser for the Mbed Controlled DrawBot
authors: Alejandro Jimenez, Jordan Ford
ECE 4180 Spring 2014
In order to compile and run the program on the PC that parses and sends GCODE to the Mbed, follow the steps:

1) Create a new Visual Studio 2013 C++ project.
2) Add the provided header and source files.
3) In Project Properties, enable Common Language Runtime Support option (/clr)
4) In the SerialIO.cpp source, line 51, change the path to point to the gcode file stored in your machine
5) Compile and run when the Mbed is ready to receive commands