I have an app written in PBDos 3.5 that accesses two printers at once on lpt1 (laserjet) and lpt2, (high-speed dot-matrix) which runs fine on my development machine, but on another machine the dot-matrix printer delivers total garbage. My machine has no printer allocated to lpt2, but the other has an Epson 740 inkjet running from lpt2. I think the Epson driver is wrecking the output from the dos program, even though I am accessing lpt2 with 'open "lpt2:" for output' and PRINT#ing the data. Is there a way to bypass the Epson driver? or what can I do to fix this? Obviously I could remove the Epson driver, but the owner would probably object when he came to use the Epson.
------------------
------------------
Comment