×
Menu
Index
 
 
Example of Scanner Translate Data

 
This is an example of converting characters @, * to A in the barcode above.
Please follow it after familiarizing yourself with the Scanner Translate Data Method above.
 
(You can also scan the barcode above directly on the monitor)
 

 
Characters in ASCII code can be converted
See ASCII-Hex Code Conversion   https://en.wikipedia.org/wiki/ASCII
         

 
 
 
1      When scanning the above barcode on a Windows terminal, the following output is displayed.
 
        
 
 
2     After copying the Translate.ini file to the PC, find the Hex Code of the character you want to convert.
        See ASCII-Hex Code Conversion   https://en.wikipedia.org/wiki/ASCII
 
       [Translate_01]
         origin = @'s Hex Code : 0x40
         mapping = A's Hex Code : 0x41
        
        
 
 
       [Translate_02]
         origin = *'s Hex Code : 0x2A
         mapping = A's Hex Code : 0x41
        
        
 
 
 
3      After entering and saving the code obtained above in a file, copy it to the terminal.
 
          
 
        
 
 
 
4     If the input and copy are successful, the converted value is output as follows when scanning the barcode above.