07. February 2014
Interfacing with an Espruino from c#
Communication with an Espruino is done by sending JavaScript in string format over a serial port interface. This can be done in c# using the System.IO.Ports.SerialPort
class. You can see the default serial port connection settings for interfacing on the Espruino site.