Skip to content

Instantly share code, notes, and snippets.

@brookst
brookst / fs5000.py
Last active October 16, 2025 07:56
Serial interface to Bosean FS-5000 radiation detector
#!/usr/bin/env python3
__author__ = "Tim Brooks"
__email__ = "[email protected]"
__date__ = "2024-04-23"
import datetime
from enum import Enum, Flag
import logging
import serial
import serial.tools.list_ports as list_ports