
Chapter 3: Programming Commands 35
Print and paper feed
Theprintandfeedcommandscontrolprintingonthereceiptandpaperfeedbytheprinter.
Print and feed paper one line
ASCII LF
Hexadecimal 0A
Decimal 10
Prints one line from the buffer and feeds paper one line.
Carriagereturn/linefeedpairprintsandfeedsonlyoneline.
Print and carriage return
ASCII CR
Hexadecimal 0D
Decimal 13
Printsonelinefromthebufferandfeedspaperoneline.Theprintercanbesetthroughthecongurationmenutoignoreor
usethiscommand.Someapplicationsexpectthecommandtobeignoredwhileothersuseitasprintcommand.
Related information
Seeignoring/usingthecarriagereturninDiagnostics for more information.
ThiscommandisignoredinLEGACYemulation.
Carriagereturn/linefeedpairprintsandfeedsonlyoneline.
Feed n print lines
ASCII DC4 n
Hexadecimal 14 n
Decimal 20 n
Value of n: The number of lines to feed at current
line height setting.
Range of n: 0–255 in Native mode
0–127 in A793 emulation
Feeds the paper nlinesatthecurrentlineheightwithoutprinting.Ignoredonreceiptifcurrentlineisnotempty.
Related information
ThisisignoredinLEGACYemulationandtheparameterbytegoesintotheprintbuffer.
Comentários a estes Manuais