-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
solution to Printing LPT port in Window 11x64 22H2 22621.2134 #245
Comments
Hi, i've an iusse using an lpt port connected under Win11 via NET USE in the dosprompt. |
You can try with dospr instead |
Is it OK to ask a question about https://www.waldbauer.com/tmp/dl.php?download=dospr EDIT: I think I didn't take in that it's designed to work with GDI printers, and presumably that's what the problem is here... |
Hi Edward, If the printer supports ESC/P, you can use the raw mode (-r ), but otherwise -f should work as expected. Maybe the data stream feeded to it contains escap-sequences not in epson.seq file..? |
Hi Ludwig, I was experimenting to see if I could use dospr to interpret ESC/P data for non-ESC/P printers, for my various WordPerfect and other projects. My printers are all HP LaserJets, which don't have ESC/P support, and, as far as I can see, can't print bitmap data. So I'm probably wasting your time. But here's a small sample output file. DOSPrinter (shareware/commercial) prints it correctly on the LaserJet, so I assume that the data is accurate. I don't suppose it's possible to add a switch that creates a PDF (maybe using GhostScript) from the bitmap? Or is that too far away from the scope of the project? |
Hello Edward, I see [ESC 6] sequence, this sequence seems unknown from what I can see in this manual: https://download.brother.com/welcome/docp000579/cv_td4000_eng_escp_120.pdf Found it in this implementation: Seems to be "printer upper command characters", from what I can see. Other commands are indeed not supported, as only ESC/P sequences from printfil were implemented: |
Hello again, and thank you. Obviously, this is progress, but I'm still getting random characters when I print to my LaserJet or any PDF driver: I doubt it's worth your time to fix this, as anyone who needs to print ESC/P files can use one of the commercial options. |
You need to specify the full path to epson.seq in -f command, i.e.:
and you will get this: |
Of course! I forgot all about the .seq file. Apologies for wasting your time! |
https://learn.microsoft.com/en-us/troubleshoot/windows-server/deployment/enable-plug-play-for-parallel-port-devices
The text was updated successfully, but these errors were encountered: