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

improve printing speed #36

Open
walkingeyerobot opened this issue Mar 12, 2013 · 0 comments
Open

improve printing speed #36

walkingeyerobot opened this issue Mar 12, 2013 · 0 comments

Comments

@walkingeyerobot
Copy link
Owner

From a conversation with gfalcon:

So you know right now how you output N bytes, wait for M seconds, and loop? So the time was based on the max RS232 speed the printer supported (figuring it must work at least that fast)
Well, our testing with a big file showed it getting about the first kilobyte of data before cutting off
I bet if you started by sending the first 700 bytes or so in one chunk, and then did the rest throttled, you would not have that halting start in printing

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

No branches or pull requests

1 participant