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

horizontal print #43

Closed
joao-moniz opened this issue Aug 7, 2020 · 1 comment
Closed

horizontal print #43

joao-moniz opened this issue Aug 7, 2020 · 1 comment

Comments

@joao-moniz
Copy link

Hello, I've been trying to make my printer, print a bank slip for a long time, but I can't use page mode, do you know any api or can you tell me how to do this ??

@DantSu
Copy link
Owner

DantSu commented Aug 19, 2020

different page mode are not supported yet by this library.
You can send custom command to your printer with this :

            printerConnection.write(new byte[] {});
            printerConnection.send();

May be you can use this library mixed with your own command. I can't help you more.

@DantSu DantSu closed this as completed Aug 21, 2020
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

2 participants