◆
Example 2 : Modify the suffix to customize it as DATA
1. Query the character table to obtain the hexadecimal values corresponding to the four characters of "
DATA " : " 44 " , " 41 " , " 54 " , " 41 "
2. Read the " Enable setting code "; (if it has been enabled, you can skip this step)
3. Read the " Modify Suffix " setting code
4. Read the data code " 4 " in turn " 4 " " 4 " " 1 " " 5 " " 4 " " 4 " " 1 "
5. Read the " Save " setting code
◆
Example 3 : Modify the CODE ID of EAN13 to " A "
1. Query the character table to obtain the hexadecimal value corresponding to the " A " character : "
41 "
2. Read the " Enable setting code "; (if it has been enabled, you can skip this step)
3. Read the " Modify CODE ID of EAN13 " setting code
4. Read the data code " 4 " and " 1 " in sequence
5. Read the " Save " setting code
◆
Example 4 :
[Only the Start segment is transmitted] When the decoding information is " 1234567890ABC " ,
output the first 10 bytes " 1234567890 "
1. Query the character table to get the hexadecimal value corresponding to the " 10 " character : " 0A "
2. Read the " Enable setting code "; (if it has been enabled, you can skip this step)
3. Read the " Modify Start segment length " setting code