wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
396 stars 84 forks source link

Can not transfer binary files after upgrade to macOS Big Sur #95

Closed iBobik closed 3 years ago

iBobik commented 3 years ago

With the same ESP32 device, board and firmware based on MicroPython 1.13 I've used to copy the same text and binary files on previos macOS and it worked. When I upgraded to BIg Sur only binary fiels stopped working.

Tried to reinstall and upgrade mpfshell by pip3 and brew.

skorokithakis commented 3 years ago

Hmm, unfortunately I don't have a Mac to test on, so any PRs would be appreciated.

yaleman commented 3 years ago

@iBobik I was able to test this on a lolin32 with Big Sur on an M1 mac... what versions of things are you running?

$ mpfshell -o /tty.usbserial-2340
Connected to esp32

** Micropython File Shell v0.9.1, sw@kaltpost.de **
-- Running on Python 3.9 using PySerial 3.5 --
iBobik commented 3 years ago

Hello, the same:

~ $ mpfshell -o cu.usbserial-1420

Connected to esp32

Micropython File Shell v0.9.1, sw@kaltpost.de

-- Running on Python 3.9 using PySerial 3.5 --

Honza Pobořil

On 3. 1. 2021 4:06:53, James Hodgkinson notifications@github.com wrote:

@iBobik https://github.com/iBobik I was able to test this on a lolin32 with Big Sur on an M1 mac... what versions of things are you running?

$ mpfshell -o /tty.usbserial-2340 Connected to esp32

Micropython File Shell v0.9.1, sw@kaltpost.de -- Running on Python 3.9 using PySerial 3.5 --

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/wendlers/mpfshell/issues/95#issuecomment-753560918, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEV6WEUPCZMLXVJMEYLKWTSX7NM3ANCNFSM4UPQMKZA .

skorokithakis commented 3 years ago

Closing as a duplicate of #97.