
Section 4 Serial Controller
4.83
EXAMPLES PRINT#1,"STERM CR"
Set the serial output terminator to carriage-return.
PRINT#1,"STERM NONE"
Disable sending any serial output terminators.
PRINT#1,"STERM $&H0D"
Set the serial output terminator to carriage-return.
PRINT#1,"STERM $0"
Set the serial output terminator to NULL.
Kommentare zu diesen Handbüchern