labjack / LabJackPython

The official Python modules and classes for interacting with the LabJack U3, U6, UE9 and U12
https://labjack.com/support/software/examples/ud/labjackpython
MIT License
117 stars 79 forks source link

open source liblabjackusb.so #131

Closed raveslave closed 3 weeks ago

raveslave commented 1 month ago

is it possible to get the source for liblabjackusb.so? or a pure python implementation?

raveslave commented 3 weeks ago

ping

LabJackAdmin commented 3 weeks ago

Hello, the source code is available through our exodriver project: https://github.com/labjack/exodriver

raveslave commented 3 weeks ago

oups, didn't know, that is perfect! curious if anyone ever ported that driver/protocol to python?

LabJackAdmin commented 3 weeks ago

This is the low level USB layer for our U series devices, there is no low level replacement in python.