dhylands / usb-ser-mon

Auto connect to USB Serial devices.
MIT License
48 stars 29 forks source link

Python3 #7

Closed kapacuk closed 4 years ago

kapacuk commented 4 years ago

As agreed, dropped python2 support.

I've just realised that debug mode is not very useful with multi-byte encoding anyway (even without %c), as every incoming multi-byte sequence will be interleaved with debug messages. So I restored %c printing, just moved it into a new method on the Logger class.

davehylands commented 4 years ago

Looks good - thanks for this.