Skip to content
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

use SerialPrinter() ,I can print, but white lines appear. #5

Open
kazuohprc opened this issue Oct 28, 2024 · 0 comments
Open

use SerialPrinter() ,I can print, but white lines appear. #5

kazuohprc opened this issue Oct 28, 2024 · 0 comments

Comments

@kazuohprc
Copy link

Hello
I usually use the [NetworkPrinter] class.
I've been able to use this without any problems.

However, I also want to use it with USB, so I'm also using [SerialPrinter] and creating a Printer interface as follows:

Printer printer = new SerialPrinter(p_connect, 9600);

I can print, but white lines appear.

At first I thought it was a printer problem, so I connected to LAN or WiFi, and when I used NetworkPrinter, the printout was clear.

When printing, if it's a network connection, the printer prints immediately.

If it's [SerialPrinter], the printer is a little slow, and it seems to print one line at a time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant