Updated dependency info

This commit is contained in:
Luxferre
2020-07-28 20:50:53 +03:00
parent e4482f1e9a
commit 5de02e5d37
+1 -1
View File
@@ -11,7 +11,7 @@ MTreader runs on Python 3.2 and above and only requires pySerial module as a dep
### Basic usage ### Basic usage
``` ```
python3 mtmaster.py port file start length python3 mtreader.py port file start length
``` ```
Example - backup all 4MB of flash memory (positions 0 to 4194304 on the device flash) into `rom.bin` file on Mac: `python3 mtreader.py /dev/tty.usbmodem14100 rom.bin 0 4194304` Example - backup all 4MB of flash memory (positions 0 to 4194304 on the device flash) into `rom.bin` file on Mac: `python3 mtreader.py /dev/tty.usbmodem14100 rom.bin 0 4194304`