pqcom icon indicating copy to clipboard operation
pqcom copied to clipboard

A simple and handy serial tool for Linux/Windows/Mac - 简单的跨平台串口工具

Results 5 pqcom issues
Sort by recently updated
recently updated
newest added

I believe the following error message is self-explanatory. Any help would be appreciated! **OS:** `Ubuntu 20.04` **Python:** `3.8.10` *Note:* I installed `PyQt5` and `pqcom` in a virtual environment ``` Traceback...

caners-MacBook-Pro:~ canereren$ pqcom Traceback (most recent call last): File "/usr/local/bin/pqcom", line 7, in from pqcom.pqcom import main File "/usr/local/lib/python2.7/site-packages/pqcom/pqcom.py", line 43, in from pqcom_ui import * File "/usr/local/lib/python2.7/site-packages/pqcom/pqcom_ui.py", line 10,...

I am controling an pump via pqcom and I wish I could open pqcom via python in order the build an interface (script) for my pump. Thank you for your...

This is a bug related with pyinstaller https://github.com/pyinstaller/pyinstaller/issues/824

```sh → pqcom python3 pqcom.py Traceback (most recent call last): File "~/Library/Python/3.12/lib/python/site-packages/pqcom/./pqcom.py", line 41, in import pqcom_serial File "~/Library/Python/3.12/lib/python/site-packages/pqcom/pqcom_serial.py", line 5, in import Queue ModuleNotFoundError: No module named 'Queue' ```...