-
Notifications
You must be signed in to change notification settings - Fork 862
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
Parallel Port Issue #277
Comments
I'll make a note to check the connector code, could be a bug. Can you try using |
@mike42 You are awesome. |
This pull request corrects a bug in the `WindowsPrintConnector` when names like `LPT1` or `COM1` are used. The `file_put_contents()` call here is incorrect, causing the print to fail.
@mike42 i am using EPSON TM-T81 model receipt printer i tried your php library for printing when i run the script with the correct port of the printer it returns blank page with no error but i cannot see any receipt coming out of my printer. do u have php library for EPSON TM-T81 receipt printer??? |
Hello, I have an strange problem using parallel port connection. My printer (Epson TM-U220) works fine, I have tried, for example, printing from notepad and other software and It works fine. But the problem is when I try to use escpos with parallel port. I get the next error:
I don't know why because I tried testing the parallel port with command line and it works perfectly.
I don't know if the problem is the operative system ( Windows XP Pro SP3) or if there is a problem with the shared printer...
I was thinking the problem is the Windows XP because I can't use command line to connect to a printer that is shared, for example:
Command above sends that I can't access to network location even if the printer is already shared.
But the thing is why if this command works:
The next code don't work? :
?>
PHP file shows this:
I have already tried the permission thing and a huge of stuff and nothing.
I have used escpos in the past but using windows 7 and windows 10 and only with usb printers.
Thank you so much.
The text was updated successfully, but these errors were encountered: