User`s manual

MP-4000 TH POS Printer Rev.1.4 Programmer’s Manual
22-aug-2007
Firmware Release: 1.5
63
4.2 Vertical positioning
LF
[Function] Print and line feed.
[Format] ASCII LF
Hexadecimal 0A
Decimal 10
[Description] Prints the contents of the buffer (if exists) and performs one line feed
using the default line spacing.
[Notes] The next character print position is on the left margin of the next line.
FF
[Function] Print and return to standard mode.
[Format] ASCII FF
Hexadecimal 0C
Decimal 12
[Description] Prints the data in the print buffer collectively and returns to standard
mode.
CR
[Function] Print and carriage return.
[Format] ASCII CR
Hexadecimal 0D
Decimal 13
[Description] When automatic line feed is enabled, this command functions the
same as LF; when automatic line feed is disabled, this command is
ignored.