Closed francodutch closed 4 months ago
serial port issue when flashing
Thanks for your work on this. I'm trying to flash TH5F, but when running the Python script (on a Mac) I run into:
========================================================= PHY62x2 Utility version 11.03.24 Error: Open COM11, 9600 baud! Error: [Errno 2] could not open port COM11: [Errno 2] No such file or directory: 'COM11'
Error: Open COM11, 9600 baud! Error: [Errno 2] could not open port COM11: [Errno 2] No such file or directory: 'COM11'
The serial port that is opened is the UNIX type (/dev/tty.usbserial-A50285BI - ) aren't COM ports Windows only? Should this work on a Mac?
python3 rdwr_phy62x2.py -p /dev/tty.usbserial-A50285BI -e -r wh BOOT_xxx_vxx.hex
serial port issue when flashing
Thanks for your work on this. I'm trying to flash TH5F, but when running the Python script (on a Mac) I run into:
The serial port that is opened is the UNIX type (/dev/tty.usbserial-A50285BI - ) aren't COM ports Windows only? Should this work on a Mac?