Hi,
I have successfully coded an algorithm to calculate the checkdigit for a string which includes control characters using Code 128 (subset a). I then add the start and stop characters and all is well - the scanner reads the barcode.
Can anyone tell me what FNC 2 is used for.
The doco tells me it is used to send two symbols at once.
I am trying to use it so the reader scans a SHIFT+TAB.
The string looks like this ( minus the start, stop, checkdigit etc)
"n" & chr(197) & "i" (which equates to SHIFT & FNC2 & TAB
in subset A)
Once I pass it thru the checkdigit algorithm, add the checkdigit, start and stop characters etc, it scans OK but does not perform the reverse tab, it just does a shift, then a tab.
Thanks
I have successfully coded an algorithm to calculate the checkdigit for a string which includes control characters using Code 128 (subset a). I then add the start and stop characters and all is well - the scanner reads the barcode.
Can anyone tell me what FNC 2 is used for.
The doco tells me it is used to send two symbols at once.
I am trying to use it so the reader scans a SHIFT+TAB.
The string looks like this ( minus the start, stop, checkdigit etc)
"n" & chr(197) & "i" (which equates to SHIFT & FNC2 & TAB
in subset A)
Once I pass it thru the checkdigit algorithm, add the checkdigit, start and stop characters etc, it scans OK but does not perform the reverse tab, it just does a shift, then a tab.
Thanks