Page 1 of 1

No USB port on OS X

Posted: Sun Nov 08, 2015 9:47 pm
by marcelstoer
My WiPy is in the extension board which is connected via USB to my MacBook running OS X 10.9.5. I put

Code: Select all

from machine import UART
import os
uart = UART(0, baudrate=115200)
os.dupterm(uart)
into boot.py, triggered a reset i.e. reboot but there's no /dev/tty.usbmodem* device. I haven't found any other mention of this issue in this forum so I'm suspecting I'm doing something wrong even though it's straight out of the docs?

Re: No USB port on OS X

Posted: Mon Nov 09, 2015 12:19 am
by Damien
There should be a usbmodem device regardless of the settings in boot.py. This is because the USB serial is always on and running, even with no wipy in the dock. So there must be some hardware or driver problem.

Re: No USB port on OS X

Posted: Mon Nov 09, 2015 6:23 am
by scudderfish
Assuming it's an FTDI chip on the Wipy, try the driver from this page http://www.ftdichip.com/Drivers/VCP.htm

Regards,
David

Re: No USB port on OS X

Posted: Fri Oct 14, 2016 11:13 am
by Fizzyorr
I've had this problem too since day one - no /dev/tty.usbmodem* device on OSX. Tried installing the driver linked to above without success. I've also tried dropping the specified baud rate in boot.py. LoPy then fails to boot and needs safe resetting. Help!