Questions tagged [gs1-qr-code]

Questions related to GS1 QR Code barcode symbols, an application standard implementation of QR Code, that are a carrier for data that conforms to GS1 Application Identifier syntax.

8 questions
9
votes
2 answers

Vision scan not recognising GS1 barcode special character on iOS16

We are using the Vision library to scan a GS1 barcode. The library does not recognize the special character "GS" in the iOS 16 versions. "GS" --> Group Separator character (ASCII 29) We do not encounter such an issue on older versions. For example…
AresProductions
  • 508
  • 1
  • 9
  • 23
5
votes
1 answer

GS1 support in a QR encoder/decoder?

Very few QR encoders/decoders have (explicit) support for so-called GS1 encoding. Zint is one of the exceptions (under QR select GS-1 Data Mode), but its license prevents me from using it. Commercial offers, mainly from Tec-It, are costly,…
Thijs van Dien
  • 6,516
  • 1
  • 29
  • 48
2
votes
2 answers

How to encode FNC1 with ZPL to GS1 QR code

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. I have tried different approaches with mixed (and strange) results. I still…
Viliamm
  • 618
  • 5
  • 12
2
votes
3 answers

Read GS1 QRcode and get the data without the check digit character

I am trying to read a QRCode in GS1 format. When I built the QR Code for the identifier (01) with the value 0100145074001, my QRCode generator adds in the end a check digit 9. So the result is: 01001450740019 Now, I try to parse this QRCode in my…
yaylitzis
  • 5,354
  • 17
  • 62
  • 107
2
votes
1 answer

What is the relationship between GS1 standard barcodes and generic barcode symbols?

We are implementing GS1 linear barcodes (based on Code 128) and GS1 2D barcodes (based on Data Matrix and QR Code) and also GS1 DataBar barcodes in our application. Since I am new to this, I have few questions regarding GS1-type barcodes: What is…
1
vote
1 answer

Is it possible to decode GS1 Application Identifier formatted data that lacks GS characters to represent FNC1?

I have some data extracted from a GS1 barcode (be it GS1 DataMatrix, GS1 QR Code, GS1 DataBar or GS1-128) that is notionally in GS1 Application Identifier, however the FNC1 separator characters (that are expected to be transmitted as GS characters)…
Tommy Leong
  • 2,509
  • 6
  • 30
  • 54
1
vote
3 answers

ZPL - How to embed GS1 application identifiers into GS1 QR code

I'm trying to code a GS1-compliant QR Code in ZPL which will include a number of application identifiers: VAR. COUNT (30) 18099999 CUST. PART NO. (241) 1184174 BATCH/LOT (10) MFATA00001 INTERNAL (91) EA I don't understand how to…
MartyW
  • 11
  • 1
  • 2
0
votes
1 answer

Can Zxing support these barcode formats

I am new to the ZXing environment and I have previously used it only once for QR codes for android... My question is: Can ZXing decode the following barcode variants: (1) UPC GS1-12 (2) EAN GS1-13 (3) RSS GS1 Databar (4)QR-GS1 Codes Can anyone…
uLYsseus
  • 995
  • 6
  • 16
  • 37