Support for custom <RS> and <GS> encodings #427
bobek
started this conversation in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I guess, this is an annoyingly frequent issue with cheap (Aliexpress sourced) barcode scanners. Mine correctly reads DataMatrix but sends and as ANSI escape control sequences of and keys (looks quite random).
When testing on the codes generated with Binner separators are not correctly detected:
It should be decoded as
[)><RS>9<GS>BV01<GS>BS8P7XSDGXM-<GS>BNKSP44<GS>BL<GS>B1<GS>B2<GS><CR><EOT><CR>. Scanner sends the following sequence:is encoded as
ESC[19~and asESC[20~. It would be really awesome to have a configuration values for setting custom GS/RS sequences, which would be used by something aroundnormalizeControlCharacters().WDYT?
Beta Was this translation helpful? Give feedback.
All reactions