Skip to content

Instantly share code, notes, and snippets.

View ExperimentalZeros's full-sized avatar

ExperimentalZeros

View GitHub Profile
@brookst
brookst / fs5000.py
Last active June 15, 2024 13:20
Serial interface to Bosean FS-5000 radiation detector
#!/usr/bin/env python3
__author__ = "Tim Brooks"
__email__ = "brooks@skoorb.net"
__date__ = "2024-04-23"
import datetime
from enum import Enum, Flag
import logging
import serial
import serial.tools.list_ports as list_ports