https://github.com/daedaluz/goserial
Pure go serial library for linux
https://github.com/daedaluz/goserial
go linux serial spidev termios
Last synced: about 2 months ago
JSON representation
Pure go serial library for linux
- Host: GitHub
- URL: https://github.com/daedaluz/goserial
- Owner: Daedaluz
- License: mit
- Created: 2021-12-02T12:15:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T11:30:22.000Z (about 3 years ago)
- Last Synced: 2025-02-05T02:40:37.951Z (over 1 year ago)
- Topics: go, linux, serial, spidev, termios
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goserial
Pure go library for linux serial ports.
This library aims to expose some additional functionality for serial ports in linux such as
configuring rs485 and sending break signals.
* Configuration through Get/SetAttr.
* Configuration through Get/SetAttr2.
* Configuration through Set/GetSerial.
* Configuration through Set/GetRS485.
* Enabling and disabling modem lines.
* Sending breaks
* Flow control