builder555 / gmc-300

GQ GMC-300, GMC-320 geiger counter python interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GMC-300/GMC-320 python interface

Python interface for a GQ GMC-300, GMC-300E PLUS, GMC-320 geiger counters.

For the most up to date information refer to the original GQ website

The code was tested on Debian and Mac OS.

Installation

pipenv install
# or if you prefer `.venv` to be in the same directory:
PIPENV_VENV_IN_PROJECT=1 pipenv install

Run

pipenv run start

Example output:

detecting port...
port detected: /dev/cu.usbserial-210
version: GMC-300Re 4.22
serial: F4880B542489
CPM: 17

About

GQ GMC-300, GMC-320 geiger counter python interface


Languages

Language:Python 100.0%