Reading String from Barcode reader with ascii Characters

Hi,
I’m Implementing an GS1 Datamatrix decoder who uses a barcode reader to scan de datamatrix code.
The scanned code contains important ascii characters but in textfields in cuba this characteres are removed.
There is any control or any approch to read this string with all ascii characters?

Thanks in advance.
João Gomes

Hi,

Could you please tell us how do you debug your decoder? Is there any software emulator?

Does your decoder works with a plain HTML input with type text? What kind of characters is removed?

Hi,
I all ready solve this situation. After spoke with my supplier I realize the simple away is change the barcode reader settings in order to swap the “GS” character to “pipe - |” character.
I think this approach is valid for anyone who needs decode GS1 Datamatrix read from a 2D barcode reader.

Thanks,
João Gomes