Final code for our 4180 Drawing Robot!

Dependencies:   4DGL-uLCD-SE gCodeParser mbed

VStudio2013_Sources/README.txt

Committer:
jford38
Date:
2014-04-30
Revision:
2:ba15545a4ccf

File content as of revision 2:ba15545a4ccf:

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