tarm/serial
None observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5528
- days_rel: n/a
- days_push: 1052
- n_releases_24m: 0
Adoption not part of the score
1694 stars · 460 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library for reading and writing to serial ports as a stream of bytes with a consistent cross-platform API. It supports configurable baud rates, blocking and non-blocking reads, and concurrent read/write from multiple goroutines.
Use cases
- read and write to a serial port in Go
- communicate with an Arduino over USB serial
- talk to a device over a COM port on Windows
- cross-compile serial port code for Windows without cgo
- read data from a bluetooth serial port
- interface with embedded hardware via RS-232
When to choose
- you need simple serial port I/O in Go with minimal configuration
- you need the same serial API across Linux, macOS, and Windows
- you want to cross-compile for Windows from another platform
When to avoid
- you need configurable data bits, stop bits, parity, or flow control
- you need advanced serial features like line status signals or RS-485 support
- you need a library under active development with frequent updates
Facets
library · maturity maintenance
file-system developer-tools developer-tools hardware embedded-systems windows go cross-platform serial-port rs232 go-library hardware-communication usb-serial linux macos
1 source
- readme: https://github.com/tarm/serial · fetched 2026-08-28 · 66c13c790f3e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tarm/serial | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem