Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fjctp/serialcomm
- Owner: fjctp
- License: mit
- Created: 2016-03-13T03:31:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T22:45:18.000Z (about 6 years ago)
- Last Synced: 2023-02-28T09:55:53.997Z (almost 2 years ago)
- Topics: arduino, platformio, serial
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```