Skip to content
Ian Thomas edited this page Aug 17, 2013 · 8 revisions

About

Arduino Com was created to resolve my dislike of the console that comes with the Arduino SDK. My main complaint is the lack of message types. When communicating with an Arduino it is arduous and unnecessary to send Strings and development typically requires the sending of types other than Strings.

Usage

To resolve my complaints, I made my own console that allows for sending of basic types as needed. Additionally you can send byte arrays as well as trailing and leading bytes with all types. This is extremely useful for building protocols.

Requirements

Arduino Com should run on any platform that supports Xamarin (previously known as Mono Develop). To get up and running smoothly, it is easiest to install Xamarin as it will automatically install all necessary runtime requirements for you.

Xamarin

Releases

Clone this wiki locally