Convert 6 Dots/mm Bitmap to 8 Dots/mm Bitmap
This command selects or cancels the 6 dot/mm in 7158 Emulation Mode and 7167 Native Mode. When the 6 dot/mm emulation is selected, logos and graphics are expanded horizontally and vertically to emulate their size on a 6 dot/mm printer. The horizontal positioning commands also emulate positioning on a 6 dot/mm printer.
ASCII |
US EOT n |
Hexadecimal |
1F 04n |
Decimal |
31 04 n |
Value of n |
•0—Off •1—On |
Default |
0 (Off) |
Example:
MSComm1.Output = Chr$(&H1F) & Chr$(&H04) & Chr$(n)
Note: This command is available in 7158 Native Mode and 7167 Native Mode only.