As of May 2, 2022 the LabJack forums have been set to read-only.
If you are in need of support, please contact us via one of the methods described on our contact page.
Home/Forums/U3/ LJTick-DAC with U3 (HW revision 1.3) on Cygwin
You can use the UD driver in Cygwin running on Windows 7. LabJackPython detects the Cygwin environment, and uses the UD driver. It is recommended to use the latest LabJackPython, and the UD driver:
We do not support the Exodriver on Windows. We do have an experimental Windows repo. on GitHub for users who want to attempt building Exodriver on Windows (libusb-1.0 required), but keep in mind the _loadLibrary() function in LabJackPython.py would need to be modified for Exodriver on Windows:
You can use the UD driver in Cygwin running on Windows 7. LabJackPython detects the Cygwin environment, and uses the UD driver. It is recommended to use the latest LabJackPython, and the UD driver:
https://github.com/labjack/LabJackPython
We do not support the Exodriver on Windows. We do have an experimental Windows repo. on GitHub for users who want to attempt building Exodriver on Windows (libusb-1.0 required), but keep in mind the _loadLibrary() function in LabJackPython.py would need to be modified for Exodriver on Windows:
https://github.com/labjack/exodriver/tree/win32