You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to generate a DataMatrix barcode with special control codes and C40 encoding, at least until #41 is added. 😃 This is for programming Symbol barcode scanners, which seem to require both to accept the barcode as a programming barcode.
It's easy enough to generate the raw codes for C40, but the parse option mangles the output converting to ASCII. This seems to be solved with the raw option for other symbologies.
Ideally I would like to have the following:
Bar text: ^234^230^170^054^129
Options: raw
Output would decode to: {Reader programming}{C40 start}N59{End of message}
The text was updated successfully, but these errors were encountered:
I need to generate a DataMatrix barcode with special control codes and C40 encoding, at least until #41 is added. 😃 This is for programming Symbol barcode scanners, which seem to require both to accept the barcode as a programming barcode.
It's easy enough to generate the raw codes for C40, but the parse option mangles the output converting to ASCII. This seems to be solved with the raw option for other symbologies.
Ideally I would like to have the following:
Bar text:
^234^230^170^054^129
Options:
raw
Output would decode to: {Reader programming}{C40 start}N59{End of message}
The text was updated successfully, but these errors were encountered: