Final code for our 4180 Drawing Robot!

Dependencies:   4DGL-uLCD-SE gCodeParser mbed

VStudio2013_Sources/talk_to_mbed.cpp

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

File content as of revision 2:ba15545a4ccf:

// talk_to_mbed.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include "listCOM.h"
#include <cstdlib>

//forward declaration of function defined in the SerialIO.cpp file
int openConn();

int _tmain(int argc, _TCHAR* argv[])
{
	listCOM();
	wprintf(L"My port is %s\n", my_port);
	openConn();
	return 0;
}