jeroendoggen / Arduino-serial-messaging

Library to exchange short messages (sensordata, commands) between an Arduino and a software application running on a PC. (Linux, embedded Linux, Windows, OS X)
GNU General Public License v2.0
78 stars 27 forks source link

Added support for Arduinos with multiple serial ports (eg. Arduino Mega) #17

Open aronhoff opened 9 years ago

aronhoff commented 9 years ago

Only tested sendData(), though the rest should be working too.