You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take a look at the LabJack Forum discussion you linked to for my original response to this and a workaround to try for now. To add to that, you could make a single digital I/O function that uses the workaround.
Current functionality is that some functions are cross-platform as mentioned in the u12.py module doc, but not ljacklm/ljackuw functions like digitalIO since u12.py was implemented before they were available on Linux/MacOS.
I will put ljacklm function support in u12.py on my todo list, but note that U12 development is low priority so there is no timeline on when this will be fully implemented. I did some coding today, and this is not a simple fix without breaking existing raw functions. If you need a quick u12.py fix where only ljacklm functions are working but not raw functions, email me at [email protected] .
I got an installation and library issue.
I followed these installation steps for an installation on ubuntu 16.04.
https://labjack.com/support/software/installers/exodriver/mac-and-linux/...
The following code brings me to an undefined symbol for DigitalIO in the liblabjackusb.so
I was looking around for the DigitalIO implementation and i found it in ljacklm.h and ljacklm.c.
u12.py loads the liblabjackusb.so but it should load the ljacklm.so.1.20.2 (see u12.py line 348) .
There is forum discussion on labjack about this issue:
https://labjack.com/forums/u12/liblabjackusbso-undefined-symbol-digitalio#comment-form
There is also a stackoverflow question about it :
https://stackoverflow.com/questions/46206357/liblabjackusb-so-undefined-symbol-digitalio#46220124
The text was updated successfully, but these errors were encountered: