10-16-2005 07:46 AM
10-17-2005 11:06 AM
The 2D barcode reader is really just outputting binary information. It is displayed as ASCII characters, but that doesn't mean it has to be like that. Try taking a look at the character string in HEX format, and see if the patterns make any sense. You can also convert the string to a U8 array to process it.
Bruce