Luke Paireepinart
Luke Paireepinart
Glad we got you solved! @igorocampos this is a common question we get about printing nonstandard character codes. Perhaps we should put something about this in the README?
same problem here. macOS and Windows devices. Tailscale causes issues with DNS resolution on both machines. Disabling Tailscale makes it immediately work on macOS, and re-enabling causes Safari to fail...
one thing that may be relevant is that I use local DNS on my LAN via a Synology NAS running AdGuard, not a remote DNS or the gateway as DNS.
I see you mentioned something about your country's official ballots. Do they have to be PDF417? The reason I ask is if PDF417 is supposed to support larger data areas...
[This document from Star](https://www.starmicronics.com/support/Mannualfolder/escpos_cm_en.pdf) makes it sound like the true data max size is 1024, and that you have to write it 255 bytes at a time to the buffer....
Actually, I refreshed myself on ESCPOS notation a bit and I think this is the proper interpretation of the following image: the confusing parts are the reuse of `d1...dk` and...
This is awesome! I'll give this a look soon and merge / release an update as soon as I get a moment.
@igorocampos I see the change to the other barcode variable length checks, but for the PDF one, is it really only necessary to change the length limit? the rest of...
The override for Print you are asking for is just Write (you can write byte arrays of whatever you want directly to the buffer). You are correct in that conversion...
In case it wasn't clear from my comment about directly writing the bytes - the Print function was originally intended to throw if unicode text is entered (which is what...