From 10b7fceee9f9022575c5be29cbf4288c896448f6 Mon Sep 17 00:00:00 2001 From: Bernd Herzog Date: Mon, 18 Dec 2023 17:09:44 +0100 Subject: [PATCH] Updated usb serial console (markdown) --- usb-serial-console.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usb-serial-console.md b/usb-serial-console.md index 2b31a33..b722971 100644 --- a/usb-serial-console.md +++ b/usb-serial-console.md @@ -13,6 +13,7 @@ The terminal exposes the ChibiOS/RT Shell: # Available Commands * help * lists all available commands. + * ![grafik](https://github.com/eried/portapack-mayhem/assets/13151053/80e42df3-3db7-4804-bdd7-5e33015781ee) * info * shows the ChibiOS/RT system details. * systime @@ -29,6 +30,7 @@ The terminal exposes the ChibiOS/RT Shell: * This is the [Flash Utility](Flash-Utility). * screenshot * Takes a screenshot. + * ![grafik](https://github.com/eried/portapack-mayhem/assets/13151053/1c5278a9-3977-4bf7-8043-44cc524e8b83) * write_memory * Writes arbitrary memory locations. * read_memory @@ -49,6 +51,7 @@ The terminal exposes the ChibiOS/RT Shell: * Deletes a file. * open * Opens a file for reading and modification. + * Note: The current position will be set to the end of the file. Use "seek 0" to move to the start of the file. * seek * Sets the current position inside the currently opened file. * close @@ -57,3 +60,4 @@ The terminal exposes the ChibiOS/RT Shell: * Reads n bytes from the currently opened file. * write * Writes bytes from the currently opened file. + * ![291070841-9e4ecef9-89bb-4a47-be0c-710384a84a22](https://github.com/eried/portapack-mayhem/assets/13151053/b7156f62-537a-4a7b-9d76-0c197992a040)