Language:
🇺🇸
🇨🇳
QtComMate is a simple serial port tool based on pyqt6, designed to help developers easily connect and communicate with serial port devices. The tool provides a user-friendly interface and supports various serial port parameter configurations and data transmission modes.
- User-friendly interface, easy to operate.
- Supports data sending and receiving functions.
- Supports common serial port parameter configurations, including baud rate, data bits, stop bits, parity, etc.
- Supports timer sending function.
- Supports multiple data transmission modes, including UTF-8、UTF-32、GBK, etc.
- Supports data recording and saving functions.
- Supports language switch / font switch / light and dark switch.
You can download built binaries in releases page, or build yourself.
git clone https://github.com/nixgnauhcuy/QtComMate
cd QtComMate/src
pip install -r requirements.txt
python main.py
light | dark |
---|---|
light | dark |
---|---|
If you find any bugs, or have any suggestions or ideas, please feel free to submit an issue or pull request. Your contributions are welcome and appreciated!