Updated USB Serial Console (markdown)

Totoo 2024-01-19 08:16:01 +01:00
parent 633718390c
commit 1ca108bd26

@ -55,8 +55,8 @@ The terminal exposes the ChibiOS/RT Shell:
> The current position will be set to the end of the file. Use `fseek 0` to move to the start of the file. > The current position will be set to the end of the file. Use `fseek 0` to move to the start of the file.
* `fseek`: Sets the current position inside the currently opened file. * `fseek`: Sets the current position inside the currently opened file.
* `fclose`: Closes the currently opened file. * `fclose`: Closes the currently opened file.
* `ftruncate`: removes all content in the file behind the current position. * `ftruncate`: Removes all content in the file behind the current position.
* `ftell`: shows the current position is the file. * `ftell`: Shows the current position is the file.
* `fread`: Reads n bytes from the currently opened file. * `fread`: Reads n bytes from the currently opened file.
> [!TIP] > [!TIP]
> there is a faster binary read option: `frb` > there is a faster binary read option: `frb`
@ -65,7 +65,8 @@ The terminal exposes the ChibiOS/RT Shell:
![291070841-9e4ecef9-89bb-4a47-be0c-710384a84a22](https://github.com/eried/portapack-mayhem/assets/13151053/b7156f62-537a-4a7b-9d76-0c197992a040) ![291070841-9e4ecef9-89bb-4a47-be0c-710384a84a22](https://github.com/eried/portapack-mayhem/assets/13151053/b7156f62-537a-4a7b-9d76-0c197992a040)
> [!TIP] > [!TIP]
> there is a faster binary write option: `fwb` > there is a faster binary write option: `fwb`
* `pmemreset`: Sets all values in PMEM to default. Pass the "yes" as a parameter, that indicates you know what are you doing.
* `settingsreset`: Deletes all INI files from settings folder, resetting app settings. Pass the "yes" as a parameter, that indicates you know what are you doing.
* `sysinfo`: show system hardware informations. * `sysinfo`: show system hardware informations.
``` ```
ch>sysinfo ch>sysinfo