mpfshell or similar on OS X

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
greentree
Posts: 15
Joined: Wed Dec 16, 2015 3:16 am

mpfshell or similar on OS X

Post by greentree » Thu Jan 05, 2017 3:58 am

I've been using mpfshell on my ubuntu machines for serial communications with ESP8266 HUZZAH Breakout boards, which has been working very well (many thanks, @wendlers!).

I'm now trying to help some students who use OS X machines. mpfshell installs via setup.py and appears to launch without errors through OS X terminal. However, it hangs on the open command when attempting to connect to the serial device.

Have any of you encountered this problem, and if so do you have installation recommendations or workarounds for OS X users?

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: mpfshell or similar on OS X

Post by dhylands » Thu Jan 05, 2017 4:29 am

I've used rshell on OSX with the pyboard.
If you pass in --buffer-size=32 and also specify the port (using --port /dev/name-of-serial-port) then it should also work with the ESP 8266.

If it also hangs on you then I'd like to hear about it.

mkarliner
Posts: 8
Joined: Fri Sep 09, 2016 10:59 am

Re: mpfshell or similar on OS X

Post by mkarliner » Fri Jan 06, 2017 2:56 pm

I have gone over to using uftpd plus the regular serial REPL, works good for me.

Post Reply