Printing ESC Codes In LX 350

234 Views Asked by At

We have a Old Software that Prints through LPT port and we are passing ESC code 14 & 18 to double-width printing and this works perfect when we use LPT port but when change the same printer to USB port all fonts print same small size and it prints character 14 as --> ♫. We have tried Generic Text Printer drivers via USB, but it wont print ESC codes it prints as .(dot) for 14 but not large double-width

1

There are 1 best solutions below

0
On BEST ANSWER

By using the Windows API Escape() function

http://www.swissdelphicenter.com/torry/showcode.php?id=716