LJTick-DAC with U3 (HW revision 1.3) on Cygwin | LabJack
 

LJTick-DAC with U3 (HW revision 1.3) on Cygwin

2 posts / 0 new
Last post
AudreyR
AudreyR's picture
LJTick-DAC with U3 (HW revision 1.3) on Cygwin

Hello I'm trying to set up LJTick-DAC on U3 running it on my Cygwin env/Win7 using Python 2.7.

Because I need to run it on my Cygwin I can't use UD driver...

Can I set up Exodriver on Cygwin?

LabJack Support
labjack support's picture
You can use the UD driver in

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