On 26-03-17 04:23, Philip Youdale wrote:
> I also have two dive computers - a Mares Smart and a Cressi Leonardo (one mine,
> one belongs to my partner). We have the proprietory interface for both dive
> computers.
> Both the computers also have the latest Silicon Labs driver installed.
For the Leonardo you need the FTDI driver, not the Silicon Labs driver. You usb
log already show that:
> The USB on the Air is recognising the Cressi interface -
>
> CRESSI PC INTERFACE:
>
> Product ID: 0x87d0
> Vendor ID: 0x0403 (Future Technology Devices International Limited)
> [...]
That's an FTDI chip.
> It is in fact identical information to that shown on the Macbook Pro. On the
> Macbook Pro, the device or mount point option is given as
> /dev/tty.Cressi-port-00002629, but that is not even close to the two options on
> the Air.
This indicates the FTDI driver is missing. The above is the USB device
enumeration info. That is available as soon as you connect the PC interface. But
the /dev/tty.* device node only appears when the driver gets loaded. So just
install the FTDI driver, and it will probably work
Jef