ntoll / microrepl

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

Require pyserial 2.x #6

Closed ncoghlan closed 8 years ago

ncoghlan commented 8 years ago

It turns out there's an incompatibility between microrepl and pyserial 3.0, so this is the simplest possible workaround.

ncoghlan commented 8 years ago

You may prefer to actually fix the incompatibility, but reverting to an older pyserial was the simplest way for me to get a working microrepl environment up and running.

ntoll commented 8 years ago

I'll open an issue to address PySerial 3+. In the meantime this fix is simple, obvious and (most importantly) works. :-)

ntoll commented 8 years ago

See #7