scientifichackers / ampy

MicroPython Tool - Utility to interact with a MicroPython board over a serial connection.
MIT License
723 stars 157 forks source link

Modify stdout_write_bytes to print unicode string. #105

Closed codemee closed 3 years ago

codemee commented 3 years ago

The imlpementation of stdout_write_bytes write output byte by byte .This would corrupt UTF-8 encoded string of miltibyte character language. I modify the stdout_write_bytes to print unicode string.