1.

Solve : Dot Matrix control Strings from Access??

Answer»

How can I send a Control string from Access to set the page length on a dot Matrix Printer Okidata 320 Turbo?
The manual had these control strings:

Code: [Select]
Form Length (ASCII)
n Inches (n = 1 to 22) ESC C NUL n
n Lines (n = 1 to 255) ESC C n

Form Length(DECIMAL)
n Inches (n = 1 to 22) 27 67 0 n
n Lines (n = 1 to 255) 27 67 n


You have to setup the string and pass it ALONG to the printer. Possibly a write string.

Hope this helps.



Discussion

No Comment Found