This is simple CLI software for administering of SPORTident (SI) stations.
Written in Python, old obsolete version in Perl.
- Mode
- Code
- Time
- Protocol info
- Battery change date
- Battery status
- Firmware version
- Beep
- Turn off
- Read backup memory
- Update firmware
Pyserial: https://pypi.org/project/pyserial/
https://learn.microsoft.com/en-us/windows/wsl/connect-usb
-
Install usbipd-win from https://github.com/dorssel/usbipd-win/releases
-
Connect readout station to comp and find it's USB-ID (PowerShell)
usbipd list
- Share the device (PowerShell)
usbipd bind --busid <busid>
- Attach USB device (PowerShell)
usbipd attach --wsl --busid <busid>
- Detach the device when done (PowerShell)
usbipd detach --busid <busid>