RegisterDeviceReconnectCallback and Python | LabJack
 

RegisterDeviceReconnectCallback and Python

3 posts / 0 new
Last post
Matt C
mcarle's picture
RegisterDeviceReconnectCallback and Python

Wondering if this is possible?  We can't seem to find any way to use device reconnect logic with the python libraries.

LabJack Support
labjack support's picture
Currently that functionality

Currently that functionality is not implemented in LJM Python library. We will look into adding that in and get back to you.

LabJack Support
labjack support's picture
I updated the LJM Python

I updated the LJM Python library on GitHub with registerDeviceReconnectCallback functionality and the auto_reconnect_test.py example (in Examples/More/Testing directory):

https://github.com/labjack/labjack-ljm-python

Try out that version for registerDeviceReconnectCallback in Python.