Presenting experimental HELP system for Picomites


Author Message
homa

Guru

Joined: 05/11/2021
Location: Germany
Posts: 461
Posted: 08:17pm 14 Apr 2025      

Brilliant idea,

but unfortunately it doesn't work so well for me yet ... RC14 !

> help
ready
[>1] Predefined Read Only Variables
[>4] Using the I/O pins. DIGITAL, ANALOG, COUNTING Inputs. DIGITAL Outputs.Pulse PWM. COMMUNICATIONS INTERFACES (Serial, SPI and I2C).INTERRUPTS.

[>8] DISPLAY PANELS. SPI, I2C based LCD panels . 8-bit and 16-bit Parallel LCD PaControl. Touch Support. LCD Display as the Console Output.

[>9] Graphics Functions
[>18] Expressions and Operators

[>19] Subroutines, Functions, Passing Arguments by Reference,Passing Arrays,Early[>22] CONFIGURING THE KEYBOARD,USING A MOUSE,USB GAMEPAD

[>23] Program and Data Storage.Flash Slots.Flash Filesystem.
[>24] SD Cards

[>25] MMBasic Support for Flash and SD Card Filesystems
[>26] WI-FI

[>27] MMBASIC - Long Strings, Long String Variables, Summary of the Commands and [>28] MMBasic Characteristics - NAMING CONVENTIONS,CONSTANTS,IMPLEMENTATION CHARACTERISTICS
[>31] A Tutorial - STRUCTURE OF A BASIC PROGRAM
[>36] A Tutorial - The IF Statement

[>37] A Tutorial - FOR Loops
[>41] A Tutorial - Testing for Prime Numbers

[>45] A Tutorial - SCIENTIFIC NOTATION
[>49] A Tutorial - FUNCTIONS

[>58] MM.INFO() MM.INFO$()
[>59] MM.INFO$(AUTORUN)

[>60] MM.INFO(ADC)
[>61] MM.INFO(ADC DMA)

[>62] MM.INFO(BOOT COUNT)est search ; -x > exit ; -h >how to
[>63] MM.INFO$(CPUSPEED)
[>64] MM.INFO$(LCDPANEL)
[>65] MM.INFO(LCD320)
[>66] MM.INFO$(SDCARD)
[>67] MM.INFO$(CURRENT)
[>68] MM.INFO$(PATH)
[>69] MM.INFO(DISK SIZE)
[>70] MM.INFO$(DRIVE)
[>71] MM.INFO(EXISTS FILE fname$)
[>72] MM.INFO(EXISTS DIR dirname$)
[>73] MM.INFO$(FREE SPACE)
I found more records. Press 'HOME' to refine; any key for more.
> help display
Error : Argument list
> help "display
Error : Argument list
> help
[LIBRARY] Dim INTEGER PICOMITE=1
Error : PICOMITE already declared
>


There is no reaction here in particular:
"I found more records. Press 'HOME' to refine; any key for more."
Only Ctrl-C helps here via Console (I have no keyboard, only a mouse connected for testing!)

The correct output on the console (e.g. TeraTerm) would also be ingenious. Unfortunately, it appears confused.

But I love the idea!

Matthias