Questions tagged [gs1-datamatrix]

gs1-datamatrix is the combination of DataMatrix technology and application of the GS1 standard, which is a definition on how to encode production/supply chain information when targeting healthcare products.

GS1 2D barcode symbologies, including DataMatrix: https://www.gs1.org/barcodes/2d

Full GS1 standard: https://www.gs1.org/standards/barcodes-epcrfid-id-keys/gs1-general-specifications

33 questions
0
votes
1 answer

how to store Datamatrix QR code in mysql Database?

I want store Data-matrix library generate QR code Image into mysql database using php. i am trying this by using jpgraph library. please provide solution..
0
votes
1 answer

How concat multiple fields for a GS1 Data-matrix (BXN) in Zebra Programming Lang (ZPL)

I'm trying to show some data in a GS1 Datamatrix which has field separators (FNC1,GS) pass within the variable to a zpl template. Originally, in ZebraDesigner I couldn't get zpl to allow me to pass the separators within the parameter/variable. The…
soeju
  • 1
  • 2
0
votes
0 answers

ZXing Barcode Scanner , not returning FNC1 character for DataMatrix in Xamarin

I have been using ZXing .Net for scan DataMatrix (standard GS1) with Xamarin with following options. But still not getting ASCII value (FNC1). private async void scanButton_Clicked(object sender, EventArgs e) { var options = new…
dush88c
  • 1,918
  • 1
  • 27
  • 34
1 2
3