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

Images are not being printed correctly #16

Open
pawelmalak opened this issue Sep 5, 2020 · 0 comments
Open

Images are not being printed correctly #16

pawelmalak opened this issue Sep 5, 2020 · 0 comments

Comments

@pawelmalak
Copy link

I tried to print example code from README > Usage and got text and barcode being printed properly:

IMG_2209

But when I try to print any image I'm just getting bunch of random characters. I made sure that the image has correct size and that the baud rate is also correct.

IMG_2210

I also tried to hardcode self._byte_Time as sugested in #9

I managed to get my images working by setting a hardcoded self._byte_Time 0.0005 (which is somewhat close to the default timing) rather than depending on the low sleep time set by my higher baudrate 115200.

but it didn't work in my case.

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

2 participants