Applies To: |
|
Summary: |
Under Windows we installed a Printer with a Generic (Text only) driver, we transmit raw ASCII code to a printer so that we can produce labels that change from time to time. To print original Data to the device I cannot use PRINTER_DEV in Type, why? |
Solution: | ||||||||||||||||||||||||||||||||||||
The differences between a Printer_Dev and
a Ascii_Dev are;
1. The "ASCII_DEV" device can use the following cicode functions that you can not use with the "PRINTER_DEV";
2. A PRINTER_DEV does not necessarily output ASCII data. 3. A Device configured as Filename "LPT1:" and Type "Printer_Dev" will not print line by line in real time. |
Keywords: |
Related Links
Attachments