![Intermec EasyCoder PL-Series Programmer'S Reference Manual Download Page 120](http://html1.mh-extra.com/html/intermec/easycoder-pl-series/easycoder-pl-series_programmers-reference-manual_2079357120.webp)
Chapter 10— Advanced Utilities
102
EasyCoder PL-Series Printer Programmer’s Reference Manual
Beep Command
Purpose: This command instructs the printer to sound the beeper for a given time
length. Printers not equipped with a beeper ignore this command.
Format:
{
command
} {
beep_length
}
where:
{command}:
BEEP
{beep_length}:
Duration of beep, specified in 0.125-second increments.
Example: This example instructs the printer to beep for 2 seconds (16
x 0
.125
second = 2 seconds).
Input (BEEP.LBL):
! UTILITIES
beep 16
PRINT
LT Command
Purpose: This command specifies the command line terminator character(s). The
default terminator characters are CR/LF or LF. You can program the
printer 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 characters followed by
the line-feed (0x0A) character. Characters found
between the carriage-return and line-feed
characters are discarded.
Example: Set the printer to require line-feeds only as a terminating character.
! UTILITIES LT LF PRINT
Summary of Contents for EasyCoder PL-Series
Page 1: ...EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 4: ...iv EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 14: ...Contents xiv EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 18: ...Before You Begin xviii EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 35: ...Chapter 3 Text EasyCoder PL Series Printer Programmer s Reference Manual 17 ...
Page 44: ...Chapter 3 Text 26 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 83: ...Chapter 7 Graphics EasyCoder PL Series Printer Programmer s Reference Manual 65 Output ...
Page 84: ...Chapter 7 Graphics 66 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 100: ...Chapter 8 Advanced Commands 82 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 122: ...Chapter 10 Advanced Utilities 104 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 186: ...Appendix A Troubleshooting 168 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 190: ...Appendix B Interface Cables 172 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 200: ...Appendix D Font Information 182 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 205: ...EasyCoder PL Series Printer Programmer s Reference Manual 187 Index I ...
Page 219: ......