arachnidlabs / cyflash

Bootloader tool for Cypress PSoC series microcontrollers.
BSD 2-Clause "Simplified" License
44 stars 23 forks source link

BUGFIX: For crash when verbose mode is enabled. Issue #28 #29

Closed anuraj-rp closed 5 years ago

anuraj-rp commented 5 years ago

Fixed by changing print function in send and recv function of SerialTransport class in protocol.py Tested with Python3.7.2 and Python2.7.15

jsiverskog commented 5 years ago

closes #28