Options (3)
-b, --baudratebooleanOpen a serial port with a specific baud rate
Example:
tio {{[-b|--baudrate]}} {{9600}} {{/dev/ttyUSB0}}-L, --logbooleanOpen a serial port and log output to a file
Example:
tio {{[-L|--log]}} --log-file {{log_file}} {{/dev/ttyUSB0}}-l, --listbooleanList available serial ports
Example:
tio {{[-l|--list]}}Examples (6)
Open a serial port with default settings
tio /dev/ttyUSB0Open a serial port with a specific baud rate
tio [-b|--baudrate] 9600 /dev/ttyUSB0Open a serial port and log output to a file
tio [-L|--log] --log-file log_file /dev/ttyUSB0Open a serial port and enable hexadecimal output
tio --output-mode hex /dev/ttyUSB0List available serial ports
tio [-l|--list]Exit `tio` session
<Ctrl t><q>made by @shridhargupta | data from tldr-pages