You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I am impressed with the speed of BarcodeScanning.Native.Maui.
I have noticed a problem reading GS1 DataMatrix.
From the beginning. GS1-128 (1D) barcodes from the GS1 System read correctly. FNC1 ( ]C1 ) is visible in RAW data.
However, in the GS1 DataMatrix barcode there is an empty character at the beginning of the data. An additional problem occurs when FNC1 is to appear in the middle of the data - for example, to show the end of the serial number, manufacturer's batch or quantity.
According to the manual "GS1 DataMatrix Guideline - Overview and technical introduction to the use of GS1 DataMatrix", FNC1 should be visible. I checked using the XZing component and it is visible.
Can I kindly ask you to compare GS1-128 and GS1 DataMatrix, so that you can see the difference? Maybe you will find a way to solve the problem? Both codes are common in the European Union and it is difficult to use the component with this error. Or maybe the MLKit update has already solved this problem?
With respect for your work.
Best regards. Kris B.
The text was updated successfully, but these errors were encountered:
I have an app that is used extensively to scan GS1 DataMatrix codes and haven't experienced this. But, to be honest, I trim the beginning of the string until I get a number as first character.
As for FNC1 character, from my experience, it is always encoded as , ASCII 29 which usually isn't visible. And this confirms to GS1 guidelines:
When either FNC1 or GS is used as a separator character, the scanner must
transfer the character value as control character GS.
Hello. I am impressed with the speed of BarcodeScanning.Native.Maui.
I have noticed a problem reading GS1 DataMatrix.
From the beginning. GS1-128 (1D) barcodes from the GS1 System read correctly. FNC1 ( ]C1 ) is visible in RAW data.
However, in the GS1 DataMatrix barcode there is an empty character at the beginning of the data. An additional problem occurs when FNC1 is to appear in the middle of the data - for example, to show the end of the serial number, manufacturer's batch or quantity.
According to the manual "GS1 DataMatrix Guideline - Overview and technical introduction to the use of GS1 DataMatrix", FNC1 should be visible. I checked using the XZing component and it is visible.
Can I kindly ask you to compare GS1-128 and GS1 DataMatrix, so that you can see the difference? Maybe you will find a way to solve the problem? Both codes are common in the European Union and it is difficult to use the component with this error. Or maybe the MLKit update has already solved this problem?
With respect for your work.
Best regards. Kris B.
The text was updated successfully, but these errors were encountered: