ntoll / microrepl

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

Fix compatibility with the new PySerial v.3 package #7

Open ntoll opened 8 years ago

ntoll commented 8 years ago

Since microrepl was released a new major version of PySerial has been released (that breaks some backward compatibility). Ideally, microrepl should work with both v2 and v3 of PySerial.

ncoghlan commented 8 years ago

I didn't investigate the PySerial v3 changes to check if the compatibility break was intentional or a bug, so that's likely worth exploring first.

carlosperate commented 1 year ago

microREPL has been using pyserial 3 for a while, so this issue can be closed.