About 142,000 results
Open links in new tab
  1. c# - GS1 barcode parsing - It seems that there is no separating ...

    Oct 22, 2021 · Serial number in GS1 has a length of 1-20 characters. This one has 11, but How can I make it stop after the 9 characters? How can I know that the serial ends there? I tried …

  2. What is the maximum length of a Code 128 barcode?

    Mar 30, 2023 · A barcode of this size will not be useful in as many applications since reading this reliably would require a scanner with a high resolution and wide field-of-view. So ultimately the …

  3. Extracting information from a scanned GS1-type barcode

    Jul 31, 2015 · I also want to determine product information such as the description, manufacturer and expiry date from a scanned GS1 barcode message. How can I do that?

  4. What is the actual ASCII value of the FNC1 character in GS1 …

    Jul 9, 2015 · What is the actual HEX / binary value of the GS1 FNC1 character? There is much information about how to use the GS1 identifiers, how to print the barcodes with ZPL and how …

  5. How to create a GS1-128 barcode using ZPL - Stack Overflow

    Sep 17, 2021 · Using ZPL script, I have to generate a barcode with GS1-128 (formally known as Code 128). I have the following specs: The ideal way to label products is with complex …

  6. barcode - How to encode FNC1 with ZPL to GS1 QR code - Stack …

    Nov 25, 2021 · I am struggling to encode GS1 QR code in ZPL. The main problem is that I don't know how to encode the leading FNC1 character to indicate, that the QR code is GS1 QR code.

  7. How can I get a GS1 datamatrix code (with separators) to a C

    Oct 19, 2023 · 0 I use a barcode scanner to read medecine GS1 datamatrix codes. I need the entire data sequence, including Group Separators to parse the code in order to seek for …

  8. How to parse GS1 barcode with group separator? - Stack Overflow

    I'm developing app for device Zebra MC33. I need parse GS1_EXP barcode according it's to groups. Example of barcode with two groups: (01)12345678901234(10)ABCD1234 There are …

  9. Generate GS1-128 Barcode using Barcode4j library in Java Swing

    Mar 13, 2023 · I try to encode this barcode data (01)8638634367382 (15)230316 (3103)000998 (10)45456465604 and send it to library barcode4j to make it barcode GS1-128. I send this …

  10. How to use the npm module gs1-barcode-parser? - Stack Overflow

    Apr 21, 2022 · I want to extract the price value from the GS1 data martix QR code value using Nodejs. Using the module npm i gs1-barcode-parser Tried the below throwing …