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

QR Code Bar Code - Error correction #67

Closed
tinohager opened this issue Sep 1, 2021 · 1 comment
Closed

QR Code Bar Code - Error correction #67

tinohager opened this issue Sep 1, 2021 · 1 comment

Comments

@tinohager
Copy link
Collaborator

The ^BQ command has an error correction but also the ^FD command has an error correction (Page 114)
Does anyone make sense of the documentation?

@YipingRuan
Copy link
Contributor

YipingRuan commented Sep 2, 2021

Seems the ^FD error correction decides

^XA
^FO20,20^BQ,2,10^FDQA,0123456789ABCD0123456789ABCD 2D code^FS

^FO400,20^BQ,2,10^FDHA,0123456789ABCD0123456789ABCD 2D code^FS

^FO20,400^BQH,2,10^FDLA,0123456789ABCD0123456789ABCD 2D code^FS

^FO400,400^BQL,2,10^FDHA,0123456789ABCD0123456789ABCD 2D code^FS

^XZ

image

primo-ppcg added a commit that referenced this issue Nov 23, 2022
- Implement `^FT` Positioning (#142)
- Implement Error Correction (#67)
- Add RenderFormat and RenderQuality to DrawerOptions (#141)
primo-ppcg added a commit that referenced this issue Nov 25, 2022
* Add better support for QR Codes

- Implement `^FT` Positioning (#142)
- Implement Error Correction (#67)
- Parse FieldData correctly for Normal Mode and Mixed Mode

* Add RenderFormat and RenderQuality to DrawerOptions (#141)

* Drop QRCoder Dependency

* Fix XML docstrings

* Bump version numbers
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

3 participants