- First please kindly download and install the barcode creator software over here.
- Click the barcode symbol and click the blank space to create the configuration code

- Double click the barcode, a small window will pop out where you can change the data and symbology

- Go to the barcode and select datamatrix as the symbology

- Go to the data source and copy the command string into the screen data

For example, the configuration code to remove the last 3 digits from a QR code is:
^3080304;0803000099739999E903
-
^3080304;: This part of the string resets the previous configuration settings, and should be placed at the beginning of the data format. -
0803000099: This command instructs the scanner to perform the task -
73: This is the hexadecimal value that identifies the QR code format. (Hex value form) -
9999: This defines the length of the QR code, which in this case is used to specify the number of digits to work with. -
E9– This is the command to remove ending digits.(more commands here) -
03– Indicates the number of digits to remove (in this case, 3)
Check more command codes here. https://support.teemistore.com/hc/en-us/articles/32536264734996-How-to-create-configuration-codes-for-our-2D-scanners
Comments
0 comments
Please sign in to leave a comment.