Source for built in Arduino code

userHead Jeff_Birt 2016-10-13 02:17:26 1959 Views1 Replies
The LattePanda ships with code on the Arduino that lets you communicate via serial port with the LattePanda.Firmata library (from Visual Studio). I was looking for the source code for the Arduino 'sketch' but can't seem to locate it.

I have a plug-in developed for Mach 4 that uses a simple serial protocol and I have tested it with a homemade hand control pendant (using a microcontroller dev board). I would like to use the Arduino code that comes on the LattePanda as a guide for implementing the same serial protocol so the Arduino can talk to my existing Mach 4 plug-in.