Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fjctp/serialcomm

Provides a simple API for Arduino to communicate over serial port
https://github.com/fjctp/serialcomm

arduino platformio serial

Last synced: 2 days ago
JSON representation

Provides a simple API for Arduino to communicate over serial port

Awesome Lists containing this project

README

        

# SerialComm
This library provides a simple API for Arduino to communicate over serial port.

##Install
### Platformio
Search for the library ID
```
platformio lib search SerilComm
```
Install it
```
platformio lib install [LIBRARY_ID]
```
### Other
Download the zip file

##Usage
Please see the example section below

##Example
To use the exmaple please run the following command
```
platformio ci --lib . --board pro8MHzatmega328 examples/basic.ino
```