PicoMite serial Input
Author
Message
phil99
Guru
Joined: 11/02/2018
Location: AustraliaPosts: 3321
Posted: 01:08am 07 Jan 2025
Quote
OPTION SERIAL CONSOLE uartapin, uartbpin [,B]
Specify that the console be accessed via a hardware serial port (instead
of virtual serial over USB).
‘uartapin’ and ‘uartbpin’ can be any valid pair of rx and tx pins for either
COM1 or COM2. The order that they are specified is not important.
The speed defaults to 115200 baud but can be changed with OPTION
BAUDRATE. Adding the "B" parameter means output will go to "B"oth
the serial port and the USB.
OPTION SERIAL CONSOLE DISABLE
Revert to the normal the USB console.
These commands must be run at the command prompt (not in a program).