Skip to content
/ pqcom Public
forked from xiongyihui/pqcom

serial tool for Linux/Windows/Mac, written by python and qt (pyside)

License

Notifications You must be signed in to change notification settings

qunanan/pqcom

 
 

Repository files navigation

pqcom

A simple serial tool for Linux/Windows/Mac. It's written by Python and Qt (PySide).

+------------------------------------------------------------------+
| pq                      pqcom                             O - X  |
+------------------------------------------------------------------+
| + | > | = | H | X | i |                                          |
+------------------------------------------------------------------+
| |   |   |   |   |   |                                            |
| |   |   |   |   |   +---> Open about dialog                      |
| |   |   |   |   |                                                |
| |   |   |   |   +-------> Clear received message                 |
| |   |   |   |                                                    |
| |   |   |   +-----------> Enable/Disable Hex View                |
| |   |   |                                                        |
| |   |   +---------------> Open settings dialog                   |
| |   |                                                            |
| |   +-------------------> Open/Close serial port                 |
| |                                                                |
| +-----------------------> Open a new window                      |
|                                                                  |
|                                                                  |
|                                                                  |
+------------------------------------------------------------------+
|                                                                  |
|  Keyboard Shortcut                                               |
|                                                                  |
|      Ctrl + Enter: Send                                          |
|                                                                  |
|                                                                  |
+------------------------------------------------------------------+
| + Normal | O Hex | O Extend | * | History |    | # Repeat | Send |
+------------------------------------------------------------------+

Requirements

  • python
  • pyserial
  • pyside

Usage

  • Linux/Mac

    pip install pyserial
    pip install pyside
    git clone https://github.com/xiongyihui/pqcom.git
    python pqcom/pqcom.py
    
  • Windows

    Go to release channel and download executable application.

The icons are from KDE Plasma Breeze Icons

pqcom

About

serial tool for Linux/Windows/Mac, written by python and qt (pyside)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%