Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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. ;-)