O Linux (nativo) pode ter os drivers corretos, mas não o OS X.
Isso ajudará a saber a saída de lsusb
e o que acontece se você tentar seguir este artigo , Linux e OS X nativos.
As diferenças entre os dois podem ser instrutivas.
Eu tenho um dispositivo incorporado, no qual eu uso a interface USB gadget USB para disponibilizá-lo como um dispositivo de armazenamento em massa ou ativar o acesso via serial USB usando o módulo g_serial
.
Embora eu possa me conectar ao dispositivo usando modprobe usbserial
no Linux, como posso fazê-lo no Mac? Só me dá o seguinte:
$ ls /dev/tty.*
/dev/tty.Bluetooth-Modem /dev/tty.Bluetooth-PDA-Sync
Isso vem do dmesg
, não tenho certeza se está relacionado ao dispositivo:
USBF: 10410.547 AppleUSBEHCI[0xffffff801379c000]::Found a transaction which hasn't moved in 5 seconds on bus 0xfd, timing out! (Addr: 0, EP: 0)
USBF: 10416.549 AppleUSBEHCI[0xffffff801379c000]::Found a transaction which hasn't moved in 5 seconds on bus 0xfd, timing out! (Addr: 0, EP: 0)
USBF: 10417. 84 [0xffffff80138a7000] The IOUSBFamily was not able to enumerate a device.
USBF: 10422.789 [0xffffff80138a7000] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in. It will keep retrying. (Port 2 of Hub at 0xfd100000)
O Linux (nativo) pode ter os drivers corretos, mas não o OS X.
Isso ajudará a saber a saída de lsusb
e o que acontece se você tentar seguir este artigo , Linux e OS X nativos.
As diferenças entre os dois podem ser instrutivas.
Tags usb serial-port macos