3. PRINTER FUNCTIONS
FH190SP
12
3-
[Notes]
• The time is printer in 5 characters and if the seconds option
is enabled, in 8 characters: if there is not enough space in the
buffer, it will not be printed
• It does not zero-set the line buffer
[Default]
[Reference]
ESC D, ESC U, ESC S
[Example]
If you wish to write:
TIME: 16:45 TEST OK
, transmit
TIME: $1b $54 TEST OK $0D
to print just the date
$1B $54 $0D
U
C
S
E
U
C
S
E
U
C
S
E
U
C
S
E
U
C
S
E
[Name]
Store date (mm-dd-yy) in print buffer
[Format]
ASCII
ESC
U
Hex
1B
55
Decimal
27
85
[Description]
Enter in the buffer the date of the real time clock fitted inside
the printer, American style: mm - dd - yy.
[Notes]
• The date is printed in 8 characters: if there is not enough
space in the buffer, it will not be printed
• It does not zero-set the line buffer
[Default]
[Reference]
ESC D, ESC T
[Example]
If you wish to write:
DATE: 09-11-93 TEST OK
, transmit
DATE: $1b $55 TEST OK $0D
to print just the date
$1B $55 $0D”
S
C
S
E
S
C
S
E
S
C
S
E
S
C
S
E
S
C
S
E
[Name]
Enable printing of seconds
[Format]
ASCII
ESC
S
Hex
1B
53
Decimal
27
83
[Description]
This enables the printing of seconds when the time is asked
through the command ESC T
[Notes]