labjack with windows 7

I have been using a labJack with labJack.m (https://github.com/iandol/opticka/blob/master/communication/labJack.m) on OSX and it has been working well. I now need to try to use the labJack on a Windows 7 laptop to send EEG triggers much like I do on OSX. Ideally, I'd like to do it in a way that I could use the same function (i.e., labJack.m). I've tried unsuccessfully to do so. I'm wondering if anyone on the forum has tried. Or whether anyone on the forum has found another reliable and fast solution (other than running OSX or Linux).

Best,
~James

--- In psychtoolbox@yahoogroups.com, James Elliott <james.elliott@...> wrote:
>
> I have been using a labJack with labJack.m (https://github.com/iandol/opticka/blob/master/communication/labJack.m) on OSX and it has been working well. I now need to try to use the labJack on a Windows 7 laptop to send EEG triggers much like I do on OSX.

If you check the code I did start porting that class to work in Windows, in theory library loading is working, and the only other thing to do is to get rawRead and rawWrite to use the UD library functions instead of the exodriver ones:

https://github.com/iandol/opticka/blob/master/communication/labJack.m#L194

I think it isn't much work at all, but I really don't have time to do this at the moment, sorry. Perhaps post on the LabJack forums and see if they can get you a quick fix.

Ian