https://github.com/tuna/QSerial
An advanced cross-platform serial port utility
https://github.com/tuna/QSerial
Last synced: 3 months ago
JSON representation
An advanced cross-platform serial port utility
- Host: GitHub
- URL: https://github.com/tuna/QSerial
- Owner: tuna
- License: mit
- Created: 2018-10-10T11:59:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T10:29:03.000Z (over 2 years ago)
- Last Synced: 2025-04-21T10:09:09.492Z (3 months ago)
- Language: C++
- Size: 620 KB
- Stars: 24
- Watchers: 11
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
QSerial
====================The missing cross platform serial port utility with batteries included.
Following devices are supported, even without kernel-mode driver:
- Silicon Labs CP210x
- WCH CH34x
- Prolific PL2303xImplemented features:
- Basic serial port settings (baud rate, data bits, parity, stop bits and flow control)
- Send plain text, hex encoded binary, base64 encoded binary and percent encoded text.
- Send BREAK condition.
- Show received data as UTF-8, Big5, GB18030, Shift-JIS or hex.
- Speed meter.Installation:
AUR
```bash
yay -S qserial
```