From: Xiaofan C. <xia...@gm...> - 2013-06-13 08:52:44
|
On Wed, Jun 12, 2013 at 2:58 PM, lucubration <foo...@ya...> wrote: > Hello all. > > I have been having issues with MATLAB, namely Psychtoolbox. Unfortunately, > Psychtoolbox does not work properly on Windows 7, due to an issue with > PsychHID. However, when commanding MATLAB to run the action "help psychhid" > I am told: > > " On Linux and Windows, not all PsychHID subfunctions are implemented, as > certain functionality can be handled in a better or different way on > those systems. USB-HID low-level access, and USB low-level access is > implemented though. > > MS-Windows: You must manually install the libusb-1.0.dll library on your > system to use PsychHID. A working version is contained in the > Psychtoolbox/PsychContributed folder. More recent versions may be > downloaded from the official project website: > > http://libusb.org/wiki/windows_backend" You can use the libusbx Windows binary here: http://sourceforge.net/projects/libusbx/files/releases/1.0.15/binaries/ Download file: libusbx-1.0.15-win.7z If your Windows is 32bit, copy 32bit libusb-1.0.dll into the Windows system32 directory. If your Windows is 64bit, copy 64bit libusb-1.0.dll into the Windows\system32 directory and copy 32bit libusb-1.0.dll into the Windows\SysWow64 directory. -- Xiaofan |