@serialpilot/list
v1.0.1
Published
Enumerate the serial ports available on the system. Includes the `serialpilot-list` CLI.
Maintainers
Readme
Enumerate every serial port the OS knows about — the fastest way to verify your device is visible.
Install
npm install -g @serialpilot/listUsage
serialpilot-list
serialpilot-list --format json
serialpilot-list --format jsonl # one JSON object per linePipe --format json into jq for ad-hoc filtering:
serialpilot-list --format json | jq '.[] | select(.manufacturer | test("arduino"; "i"))'| Flag | Default | Notes |
|------|---------|-------|
| -f, --format | text | text / json / jsonl / jsonline |
| -h, --help | — | Show usage |
