Hey arduino community,
I wrote a small library in the language C for accessing serial communication from a GNU/Linux System to an Arduino board. This library runs on a GNU/Linux PC and NOT on the arduino. I need some help with testing and extending it. You can find it on github
This link leads to the latest "release". I tested this only for the Arduino Uno R3 and the project isn't that well documented yet but if you are familiar with C that you can check the header files. The API is not to complicated.
The Library is released under GPL. If you wanna contribute or help or report issues or give some feedback please contact me via github or "PM" me. Your help will be appreciated.
Cheers
EDIT: New version released (1.9)
EDIT: Added and additional note about the fact that this library runs on the PC side. Thanx robtillaart
And I updated the link to the newest version of the library (2.0).