Ticket #85 (closed bug report: invalid)
Connection to NXT under Mac OSX 64 bit, Matlab 2011b
| Reported by: | anonymous | Owned by: | staas |
|---|---|---|---|
| Priority: | none | Milestone: | vNo |
| Component: | Driver / Hardware | Keywords: | Mac OSX 64 bit |
| Cc: |
Description
Hey,
I cannot connect my NXT Brick using Matlab 2011b under Mac OSX 10.6.8. Using the integrated bluetooth tool the bluetooth connection cannot be found. I have connected it as serial device but I don't know how to do further adjustments (e.g. adjusting the port /dev/rfcomm0)
Furthermore I cannot connect with USB because the fantom library could not be found. I checked it, the newest version of the fantom driver is installed, maybe in the wrong directory?
Is there somebody using this nice toolbox under OSX?
Thanks,
Peter
Here the error messages:
bluetooth:
Error using COM_OpenNXTEx>BT_OpenHandle (line 511) Could not open bluetooth connection using port /dev/rfcomm0.
Error in COM_OpenNXTEx (line 299)
h = BT_OpenHandle(h, varargin{1});
Error in COM_OpenNXT (line 72)
handle = COM_OpenNXTEx('Any', , inifilename);
USB:
Error using COM_OpenNXTEx>USB_OpenHandle_Fantom (line 629) The "fantom" library could not be loaded. Make sure the official Mindstorms NXT driver is installed correctly!
Error in COM_OpenNXTEx>USB_OpenHandle (line 568)
hOut = USB_OpenHandle_Fantom(hIn, SuppressErrors?);
Error in COM_OpenNXTEx (line 303)
h = USB_OpenHandle(h, false);
Error in COM_OpenNXT (line 70)
handle = COM_OpenNXTEx('USB', );
