Mobile Printer CPCLProgramming Manual P10-17
LT Command
This command specifies the command line terminator
character(s). The default terminator characters are CR/
LF or LF. The printer can be programmed to accept a
different character sequence to terminate command lines.
This command does not apply to data sent to the printer
when it is in line print mode.
Format
{command} {mode}
\
Where:
{command}: LT
{mode}: Choose from the following.
CR: Carriage-return (0x0D) character is the
line terminator.
LF : Line-feed (0x0A) character is the line
terminator.
CR-LF: Carriage-return/line-feed (0x0D 0x0A)
characters are the line terminator.
CR-X-LF: Line terminator is a carriage-return
(0x0D) followed by any number of char-
acters followed by the line-feed (0x0A)
character. Characters found between the
carriage-return and line-feed characters
are discarded.
LT Command Examples
Set the printer to require line-feeds only as a terminating
character.
! UTILITIES LT LF PRINT
Set the printer to ignore any characters found between a
carriage return character and a line-feed character.
! UTILITIES LT CR-X-LF PRINT