Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billiegoose/arduinoserialwrapper
This is a cross-platform serial communications library for C programming on Windows/Linux/Mac that implements the same interface as the Serial library for Arduino.
https://github.com/billiegoose/arduinoserialwrapper
Last synced: 24 days ago
JSON representation
This is a cross-platform serial communications library for C programming on Windows/Linux/Mac that implements the same interface as the Serial library for Arduino.
- Host: GitHub
- URL: https://github.com/billiegoose/arduinoserialwrapper
- Owner: billiegoose
- License: mit
- Created: 2013-08-28T21:47:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-30T04:45:51.000Z (over 11 years ago)
- Last Synced: 2024-10-06T03:21:49.104Z (3 months ago)
- Language: C++
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ArduinoSerialWrapper
====================About
-----This is a cross-platform serial communications library for C programming on Windows/Linux/Mac that implements the same interface as the Serial library for Arduino. The point is so you can easily port Arduino libraries to the desktop. It is uses MIT licensed as the underlying cross-platform serial library.
Status
------It's a work in progress. ;-)