I installed the Fantom driver, however, Matlab seems to have a problem locating it. Here is an error I am getting:
Code: Select all
>> COM_CloseNXT all
>> hNXT = COM_OpenNXT(); % look for USB devices
NXT_PlayTone(440, 500, hNXT);
??? Error using ==> COM_OpenNXTEx>USB_OpenHandle_Windows at 545
The "fantom" library could not be loaded. Make sure the official
Mindstorms NXT driver is installed correctly!
Error in ==> COM_OpenNXTEx>USB_OpenHandle at 496
hOut = USB_OpenHandle_Windows(hIn, SuppressErrors);
Error in ==> COM_OpenNXTEx at 282
h = USB_OpenHandle(h, false);
Error in ==> COM_OpenNXT at 70
handle = COM_OpenNXTEx('USB', '');
Any ideas what could be wrong? Could this be related to Snow Leopard?