https://github.com/markmll/serialcomms
Units to locate serial hardware devices, plus netlink support and parsers.
https://github.com/markmll/serialcomms
linux serial
Last synced: about 1 year ago
JSON representation
Units to locate serial hardware devices, plus netlink support and parsers.
- Host: GitHub
- URL: https://github.com/markmll/serialcomms
- Owner: MarkMLl
- License: lgpl-2.1
- Created: 2023-01-21T22:02:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T09:57:51.000Z (over 1 year ago)
- Last Synced: 2025-03-24T09:21:10.470Z (about 1 year ago)
- Topics: linux, serial
- Language: Pascal
- Homepage:
- Size: 104 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serialcomms
Units to locate serial hardware devices, intended to support the serial.pp unit.
This tries to hide messy parsing of the /sys tree, but is likely to be at the mercy of Linux kernel module writers.
Also has support for detecting device hotplugging.
There are also a couple of example files for the standard FPC serial.pp unit. These are basically pretty simple, but unfortunately the simplicity is obfuscated by terminal setup stuff.