79
<NL>
No Linefeed
Attributes
Description
Cancel the automatic execution of a ‘CR + LF’ when just a single ‘CR’ is received
Parameters
None
Initial Value
This is the default
Modes
All Modes
Notes
This command reverses the action of the <LF> command by cancelling the automatic execution of a
‘carriage return’ + ‘linefeed’ when just a single ‘carriage return’ is received.
Uses
The <NL> command allows:
•
The display to be used as a dumb terminal
•
Hosts that send CR and LF separately to be accommodated
Example
<SD>
Set screen to known state
<LF>
Set Linefeed attribute on
<WTFirst line of
text>
Write a line of text
<WT[CR]>
Send a [CR] character, with the Line Feed attribute set, this would
be interpreted as [CR]+[LF]
Note! The square brackets are not sent, they are just there to show
that a Carriage Return character (ASCII 13) is sent.
<WTMore text>
This text written on the line below
<NL>
Turn off line feed attribute
<WT[CR]>
Send another [CR] character
<WTLast line of
text>
As the Line Feed attribute has been turned off, the display has only
actioned the [CR] so this text overwrites the “More Text” string sent
earlier.
See Also
LF
Line Feed