https://github.com/soypat/pserial
USB/Serial implementation in Go that is meant to be a syscall-compatible replacement for pyserial.
https://github.com/soypat/pserial
golang pyserial serial termios usb
Last synced: 8 months ago
JSON representation
USB/Serial implementation in Go that is meant to be a syscall-compatible replacement for pyserial.
- Host: GitHub
- URL: https://github.com/soypat/pserial
- Owner: soypat
- License: bsd-3-clause
- Created: 2023-10-13T14:50:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T20:46:12.000Z (over 2 years ago)
- Last Synced: 2025-02-01T01:41:30.378Z (over 1 year ago)
- Topics: golang, pyserial, serial, termios, usb
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pserial
[](https://pkg.go.dev/github.com/soypat/pserial)
[](https://goreportcard.com/report/github.com/soypat/pserial)
[](https://codecov.io/gh/soypat/pserial)
[](https://github.com/soypat/pserial/actions/workflows/go.yml)
[](https://github.com/emersion/stability-badges#experimental)
[](https://sourcegraph.com/github.com/soypat/pserial?badge)
pserial aims to be a replacement for pyserial. Will try to preserve as much
syscall compatibility to pyserial as possible.
```sh
go mod download github.com/soypat/pserial@latest
```
This is a experimental WIP. Feel free to contribute!