question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue when scanning a GS1-128 barcode

See original GitHub issue

Description of the bug When I process a GS1 DataMatrix like this one: https://barcode.tec-it.com/en/GS1DataMatrix?data=0105000456013482172012001000001\F210000000003 I get the following result: \u001d0105000456013482172012001000001\u001d210000000003 The \F (FNC1) terminator is recognized and the \u001d character is added between values. However when I do the following with a GS1-128 barcode like this one: https://barcode.tec-it.com/en/EANUCC128?data=010500045611225310COV0109\F17220901 I get the following result: 010500045611225310COV010917220901 And the \F (FNC1) terminator is not recognized and the values are concatenated.

To Reproduce Scan the barcodes from the links above.

Expected behavior The plugin should recognize the group separator in a case of a GS1-128 barcode as well.

Version 2.0.1

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
HunSpeedicommented, Mar 12, 2022

@thegnuu As far as I know it would not be an issue

1reaction
tafelnlcommented, Sep 27, 2021

If you could raise the issue there, that would be awesome!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Barcode Scanning Issue - GS1-128 - Claris Community
Barcode Scanning Issue - GS1-128. I am having a challenge implementing GS1-128 barcodes. If there is a barcode guru out there who might...
Read more >
GS1-128 Barcode FAQ & Tutorial | BarcodeFAQ.com
The GS1-128 Barcode FAQ & Tutorial provides barcode generation, printing, scanning and encoding examples for GS1-128, formerly UCC128 or EAN128.
Read more >
GS1-128 barcode not scanning in the Velocity app
Hi, i have a problem scanning a GS1-128 when i am logged on to our webapplication opened with Velocity. The scan is not...
Read more >
GS1-128 codes are not properly transmitted / dissolved ...
Why is the EAN128 barcode not broken down into required segments? The GS1-128 groups are not separated. Why EAN128 group separator ...
Read more >
GS1-128 Barcode Support Info - Socket Mobile
Barcode support for GS1-128. Find programming barcodes, usage, and frequently asked questions and supporting Socket Mobile Scanners.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found