A Barcode scanner capapable of reading Code128, Code93, Code39, Standard/Industrial 2 of 5, Interleaved 2 of 5, Codabar and EAN-13 barcodes in javascript.
Thank you for JOB.
I found an edge case when a code39 barcode encode only one character
1- binaryString.length will never be > 4
2- if this character is a "+" DecodeCode39 function will never find a following character.
Thank you for JOB. I found an edge case when a code39 barcode encode only one character 1- binaryString.length will never be > 4 2- if this character is a "+" DecodeCode39 function will never find a following character.
This is my proposed patch Regards