User manual
3. PRINTER FUNCTIONS
Mini PLUS 3-4
A0$
[Name] Forward feeds one line
[Format] ASCII { }
Hex 0A
Decimal 10
[Description] Forward feeds one line equivalent to a line of print
[Notes] • This command brings about the printing of the contents of the line buffer
• If the line buffer is empty this command executes a line feed of 24 dots (= 3
mm). If the line buffer contains text the line feed is = (character height + spacing) dots (
default = 4 mm).
[Default]
[Reference] $0B
[Example]
B0$)n(
[Name] Forward feeds (n) lines
[Format] ASCII {}
Hex 0B
Decimal 11
[Description] Carries out the number of line feeds specified in (n)
[Notes] •The number must be ASCII and between 0 and 9 (when n=0 the command is ignored)
• This command clears the line buffer
[Default]
[Reference] $0A
[Example] To forward feed fast, 5 lines at a time:
$35 $0B (or 5 and the command $0B)
D0$
[Name] Print the line buffer
[Format] ASCII {}
Hex 0D
Decimal 13
[Description] This command prints the line buffer
[Notes] • If the line buffer is empty, the command is ignored
• If the CRLF option is set, this command is ignored and printing can only be ordered
through the command $0A
[Default]
[Reference] $0F
[Example]
F0$
[Name] Set CRLF mode
[Format] ASCII {}
Hex 0F
Decimal 15
[Description] Inhibits the command $0D maintaining enabled only the command $0A for printing