User manual

3. PRINTER FUNCTIONS
3-17
DPT100-B
USGUSG
USG
USGUSG
[Name] Resets the printer parameters to default.
[Format] ASCII GS U
Hex 1D 55
Decimal 29 85
[Description] Resets the printer parameters to the default configuration.
[Notes] After executing this command the printer is initialized.
[Default]
[Reference]
[Example]
nd...1dnWSGnd...1dnWSG
nd...1dnWSG
nd...1dnWSGnd...1dnWSG
[Name] Prints n byte of a 200 dpi graphic line
[Format] ASCII GS W n d1... dn
Hex 1D 57 n d1... dn
Decimal 29 87 n d1... dn
[Range] 1 n 48
0 d1 dn 255
[Description] Print n byte of a 200 dpi graphic line where :
n specifies the number of byte to print;
d1...dn specify the bytes to print.
[Notes] If the bit image data input exceeds the number of dots to be
printed on a line, the excess data are processed as printable
characters.
d indicates the bit image data. Set a corresponding bit to 1
to print a dot, or to 0 to not print the dot.
This command is not affected by the emphasized, double-
strike, underline (etc.) print modes, except for the upside-
down mode.
[Default]
[Reference]
[Example] For printing 12 bytes the command sequence is :
1D 57 0C FF 00 FF 00 FF 00 FF 00 FF 00 FF 00