https://github.com/klauer/pyfpsensor
Python attocube FPSensor/FPS3010 interfaces
https://github.com/klauer/pyfpsensor
Last synced: 3 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 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T17:08:41.000Z (over 9 years ago)
- Last Synced: 2025-01-17T16:51:51.482Z (5 months ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- 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 pointUserlib Interface
=================Issues:
* Can't use Daisy at the same time
*