Page 1 of 1

mpfshell or similar on OS X

Posted: Thu Jan 05, 2017 3:58 am
by greentree
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?

Re: mpfshell or similar on OS X

Posted: Thu Jan 05, 2017 4:29 am
by dhylands
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.

Re: mpfshell or similar on OS X

Posted: Fri Jan 06, 2017 2:56 pm
by mkarliner
I have gone over to using uftpd plus the regular serial REPL, works good for me.