-
Notifications
You must be signed in to change notification settings - Fork 56
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
Asking for FNC1 support for gs1 datamatrix generation :) #105
Comments
My attempts to create GS1 data matricies with pylibdmtx have similarly failed. I was unable to replicate this comment's apparent success with python 3.10, though this might from a failed package install. If I simply |
Here is a generated Data Matrix with |
Unfortunately not, as the GS1 Healthcare Barcode Scanner reports in this screenshot. Evidently the FNC1 is never a part of the raw encoded string. |
Didn't know about HBSA, thanks @MaxBromberg |
Adding to data any kind of bytes using any encodings doesn't work. Some scanners will ignore error, some will found 'è', etc, but none will say that they have found FNC1. Tested every commit here and many other things
Byte '\x1d' as GS special delimeter scanners do accept though..
According to some investigation, that FNC1 thing should somehow be injected in datamatrix generation formula or via other tricky way.
bwipp can do it somehow, but it's generation time is awful: ~1 dtmx per sec. Also it doesn't have option to put different delimeters within one dmtx.
So pylibdmtx is the last hope :)
Kindly ask for adding FNC1 support :)
The text was updated successfully, but these errors were encountered: