-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
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.
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.