ntoll / microrepl

A REPL client for MicroPython running on the BBC micro:bit.
Other
31 stars 17 forks source link

Fix Mac OS not detecting micro:bit issue #10

Closed gbaman closed 8 years ago

gbaman commented 8 years ago

Similar issue to a previous commit for Linux, also needs done for Mac OS. https://github.com/ntoll/microrepl/commit/af5695959c3e47a9bff9b3e8ed490c096f348ac7

ntoll commented 8 years ago

Great stuff..! This whole block of code should be refactored since I think some of the changes in upstream PySerial have been to consolidate port detection to be the same cross platform (i.e. I suspect it all works the same across the major platforms). Will need to test though.