@serialpilot/terminal
v1.0.1
Published
An interactive serial terminal. Includes the `serialpilot-terminal` CLI.
Maintainers
Readme
Interactive serial console — connect, type, see live response. Exit on Ctrl-C.
Install
npm install -g @serialpilot/terminalUsage
serialpilot-terminal --list
serialpilot-terminal -p /dev/tty.usbmodem1421 -b 115200| Flag | Default | Notes |
|------|---------|-------|
| -p, --path | — | Device path (required unless --list) |
| -b, --baud | — | Baud rate (required unless --list) |
| --databits | 8 | 5 / 6 / 7 / 8 |
| --parity | none | none / even / odd / mark / space |
| --stopbits | 1 | 1 / 1.5 / 2 |
| --no-echo | — | Don't print characters as you type them |
| --flow-ctl | — | XONOFF / RTSCTS |
See the CLI docs for full reference.
