Welcome, Guest. Please login or register.

Author Topic: Can WB3.0 autodetect and truncate for 7-bit printers?  (Read 1485 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: Can WB3.0 autodetect and truncate for 7-bit printers?
« on: October 28, 2007, 07:58:35 PM »
It all depends on the printer driver you've selected. The generic line printer style one will do exactly that kind of conversion (because ASCII is only defined for 7 bit data). Most printer command sets (ESC/P, PCL, ...) use escape sequences to switch the character set and only use the full data width when printing dot graphics.

I don't think it's technically possible to detect a missing data bit on a Centronics i/f.