https://github.com/klauer/pyfpsensor
Python attocube FPSensor/FPS3010 interfaces
https://github.com/klauer/pyfpsensor
Last synced: 10 months ago
JSON representation
Python attocube FPSensor/FPS3010 interfaces
- Host: GitHub
- URL: https://github.com/klauer/pyfpsensor
- Owner: klauer
- Created: 2016-02-11T16:34:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T17:08:41.000Z (over 10 years ago)
- Last Synced: 2025-03-10T23:58:19.024Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FPS3010 Python Interface
========================
Two incomplete interfaces:
* TCP interface, using the telegram protocol ([fpsensor/proto])
* ctypes bindings for the supplied userlib ([fpsensor/userlib])
Both were restructured and put into this package and, post-restructuring,
untested.
TCP Interface
=============
Issues:
* Can't access through USB while TCP is polling
* Firmware (?) instability requires restarting FPSensors at a certain point
Userlib Interface
=================
Issues:
* Can't use Daisy at the same time
*