[][src]Module serialport::posix

The implementation of serialport for POSIX-based systems (Linux, BSD, Mac)

Structs

TTYPort

A TTY-based serial port implementation.

Functions

available_ports

Scans the system for serial ports and returns a list of them. The SerialPortInfo struct contains the name of the port which can be used for opening it.