You've got the right idea. I copied the PAR: DosDriver (mountfile) and changed the device to usbprinter.device and boosted the stacksize parameter to 16384. Changing a copy of the PRT: DosDriver should work the same. I can't really test sending the AmiPDF LaserJet file output because I don't have a laser printer. However, you might try typing the file to USBPRT: instead of copying it. Try something like " type mylaserjetfile >USBPRT: " and see if that helps.blmara wrote: I tried to make USBPRT: by copying PRT: mountlist and changing the device to usbprinter.device. But still the printer seems not to understand the AmiPDF-created file as PCL graphics but prints junk texts. I'm not good at mountlists, should I change some other parameters in the mountlist?
In the past I have changed the printer prefs to use the printtofile.device and then typed the resulting file to USBPRT: and that seemed to work.