From c3d63e24ab1f68ee4e1c95624bd9516b0af1f16a Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 16 Jan 2025 19:45:14 +0300 Subject: [PATCH] https://github.com/pvvx/THB2/discussions/116#discussioncomment-11857072 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45b4d2f..d1e4864 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ python3 rdwr_phy62x2.py -p COM11 -r rc 0x11000000 0x80000 ff_thb2.bin 3. Run: ``` -python3 rdwr_phy62x2.py -p COM11 -b 1000000 -r we 0 ff_thb2.bin +python rdwr_phy62x2.py -p COM11 -b 1000000 -r we 0 ff_thb2.bin ``` > Not all USB-COM adapters support 1Mbit. Then remove the `-b 1000000` option or select a different baud rate (115200, 250000, 500000, 1000000). @@ -235,8 +235,8 @@ There are two ways to force a reboot to `FW Boot` from `FW APP`: Through USB-UART adapter, APP can be written immediately after boot. For example: ``` -python3 rdwr_phy62x2.py -p COM11 -e wh ./bin/BOOT_TH05V13_v13.hex -python3 rdwr_phy62x2.py -p COM11 -r we 0x10000 ./bin/TH05V13_v13.bin +python rdwr_phy62x2.py -p COM11 -e wh ./bin/BOOT_TH05V13_v13.hex +python rdwr_phy62x2.py -p COM11 -r we 0x10000 ./bin/TH05V13_v13.bin ``` ## Open/Close event and pulse counting