Specifications
Designing Using LDSII Chapter 1
4 LDSII Programming Guide - 880015-0123
^J Line Feed: Represents a Line Feed (LF) character or 0x0A.
^K Print Test Label: Causes the printer to print a test pattern consisting of diagonal
lines used to test the condition of the dots on the print head.
^L Form Feed: Scrolls one label out of the printer using the previous formats layout.
^M Carriage Return: Represents a Carriage Return (CR) character or 0x0D.
^O Top-of-Form (TOF): Instructs the printer to perform a TOF operation which uses the
Label Present Detector (LPD) in order to retract the media to the proper alignment in
regards to the print head.
^P Print: Causes the printer to print. Note: If no label scripts are loaded or stored in the
printer’s memory, the printer will not print a label until a script is processed.
^Q Send Data: Instructs the printer to send data or resume sending data (XON).
^R Reset Printer: Instructs the printer to perform a reset through software that
duplicates a hard reset. Issuing the ^R causes the reset to occur immediately,
bypassing commands sent but not yet processed. The ^D390)0 command is a
queued or serialized version of the ^R and should be used if a reset condition is
desired programmatically.
^S Stop Sending Data: Instructs the printer to stop sending data (XOFF).
^U List Selections: Causes the printer to list the current configured selections of the
printer through an active communications port.
^V List Settings: Causes the printer to list the current configured settings of the printer
through an active communications port.
^W List Statistics: Causes the printer to list the current statistics of the printer through
an active communications port.
^X Toggle Pause: Pauses the printer if printing, resumes if the printer is currently
paused.
^Y List Enablements: Causes the printer to list the current configured enablements of
the printer through an active communications port.
^Z End Script: Marks the end of a script file.
^] Cancel All Jobs: Causes all jobs currently queued to be deleted returning the printer
to its idle state. Refer to the ^D330 command.