srialio

command module
v0.0.0-...-1cb34b2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2026 License: GPL-3.0 Imports: 9 Imported by: 0

README

Serial IO

Simple go code to read from and write to a serial TTY.

No further support for this one due to more advanced alternatives

This tool was used to understand and interact with serial communications but more robust solutions exist to that purpose:

  • TIO - A serial device I/O tool

DEPRECATED

Usage

❯❯❯ ./srialio -h
Usage of srialio:
      --tty string         Serial TTY device (e.g., /dev/ttyUSB0)
  -o, --operation string   Operation: read or write
  -d, --data string        Input data to write to the serial TTY
  -f, --file string        File containing data to write to the serial TTY
  -b, --baud int           Baud rate for serial communication (default 9600)
  -s, --sleep duration     Sleep duration between write operations
      --debug              Enable debug messages

Examples:
    srialio --tty /dev/cu.usbmodem14301 -o write -f 'serial-input.txt'  --debug
    srialio --tty /dev/cu.usbmodem14301 -o read -b 115200

Install

❯❯❯ go install github.com/zkvL/srialio@latest

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL