V20251222, Update README.md

This commit is contained in:
2025-12-22 08:55:01 +08:00
parent 4c6bdee4e8
commit 91871c0e0b
2 changed files with 40 additions and 28 deletions

View File

@@ -962,9 +962,10 @@ def main():
Examples:
%(prog)s /dev/ttyUSB0 # Enter interactive mode
%(prog)s /dev/ttyUSB0 -r 0x8000 256 # Read memory
%(prog)s /dev/ttyUSB0 -w 0x8000 firmware.bin # Write file
%(prog)s /dev/ttyUSB0 -w 0x8000 fw.bin # Write file
%(prog)s /dev/ttyUSB0 -w 0x8000 "AABBCC" # Write hex string
%(prog)s /dev/ttyUSB0 -g 0x8000 # Jump execution
%(prog)s /dev/ttyUSB0 -x "4F9D" # Execution Machine-Code
%(prog)s --list-ports # List available serial ports
"""
)