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

https://github.com/basilfx/go-serial-link

Request-response and notifications over a serial link.
https://github.com/basilfx/go-serial-link

embedded golang golang-library serial

Last synced: 13 days ago
JSON representation

Request-response and notifications over a serial link.

Awesome Lists containing this project

README

          

# go-serial-link
Request-response and notifications over a serial link.

## Introduction
While this library was written to work with serial devices, this works with any
byte stream. It was written to interact with an Arduino, and have a more robust
link between hardware and software.

Under development.

## License
See the [`LICENSE.md`](LICENSE.md) file (MIT license).