gq-gmc-control icon indicating copy to clipboard operation
gq-gmc-control copied to clipboard

Control tool for the GQ GMC Geiger Counters.

Results 5 gq-gmc-control issues
Sort by recently updated
recently updated
newest added

Convert the code to run as Python3, since Python2 has been unsupported for over 4 years. Most of the fixes involve `serial.Serial.read` and `struct.pack` now returning a `bytes` object instead...

Trying to run this script, with these arguments: ```bash $ python3 gq-gmc-control.py --serial -p /dev/ttyUSB0 ``` Gives this traceback: ``` Traceback (most recent call last): File "/home/raleigh/Downloads/gq-gmc-control/gq-gmc-control.py", line 390, in...

Hello, I'm hoping the GMC-300 could be supported. I'm using the latest Ubuntu 22.04 and Python2. I had to adjust several things in setup to appease the errors, but using...

When I load the values from my device (GMC-500+Re 2.0), I get as first value an extremely high CPM value. the following two values are also not correct, since the...

Ohai, I bought myself a GMC 320 Plus (GMC-320Re 4.53). Most of this tools function work on this device and give reasonable output like -i, -o, -O, -G, -T and...