serialio

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package serialio opens serial ports with interruptible reads and writes.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Open

func Open(path string, mode *serial.Mode) (serial.Port, error)

Open configures a serial port and gives its writes to Go's poller. The serial library already provides interruptible reads, but its Unix Write uses a blocking syscall that closing another goroutine's descriptor need not stop. A separate nonblocking descriptor makes pending writes interruptible by Close. It is opened before terminal exclusivity is claimed; both descriptors share the same terminal configuration.

Types

This section is empty.

Jump to

Keyboard shortcuts

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