Seiko TM-L60 Specifications Page 13

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 12
1-6 Command Descriptions Rev. A
CR
[Name] Print and carriage return
[Format] ASCII CR
Hex 0D
Decimal 13
When auto line feed is enabled, the CR command functions in the same way as the LF command.
When auto line feed is disabled, CR is ignored. The DIP switch setting enables or disables auto line
feed. When using the serial interface, CR is ignored.
ESC J n
[Name] Print and feed paper
[Format] ASCII ESC J n
Hex 1B 4A n
Decimal 27 74 n
[Range] 0 n 255
ESC J n prints the data in the print buffer and feeds the paper [n × (vertical or horizontal motion unit)]
inches. This command is used to temporarily feed a specific length without changing the line spacing
set by other commands. The maximum paper feed amount is 40 inches. When standard mode is
selected, the vertical motion unit set by GS P is used. When page mode is selected, the vertical or
horizontal motion unit set by GS P is used for the print direction set by ESC T.
Program Example Print Sample
PRINT #1, "AAAAA"; CHR$(&HD); AAAAA Auto line feed enabled
PRINT #1, " BBBBB"; CHR$(&HA); BBBBB
AAAAA BBBBB Auto line feed disabled
Program Example Print Sample
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180);
PRINT #1, "AAAAA"; CHR$(&HA);
PRINT #1, "BBBBB"; CHR$(&H1B);"J";CHR$(100);
PRINT #1, "CCCCC"; CHR$(&HA);
PRINT #1, "DDDDD"; CHR$(&HA);
AAAAA
BBBBB
CCCCC
DDDDD
ESC J used to print one line and then advance
the paper by 100/180 inch
Page view 12
1 2 ... 8 9 10 11 12 13 14 15 16 17 18 ... 97 98

Comments to this Manuals

No comments