arduino-serial-packet


Arduino library to exchange short messages (sensordata, commands) between an Arduino and a software application running on a PC.

This project has been moved to**: https://github.com/jeroendoggen/Arduino-serial-messaging #**

Introduction

Library to exchange short messages (sensordata, commands) between an Arduino and a software application running on a PC. (Linux, embedded Linux, Windows, OS X)

Both sides are able send and receive a range of "standardised" messages over the serial port. All communication is done by sending short human readable ASCII messages. We define several standard command and data packet IDs to provide interoperability between different applications.

Project Information

The project was created on Nov 7, 2012.

Labels:
Arduino Library serialport datapacket communication network