Scanning multiple barcodes like "010020406700035910C5BF550000001000002�3143001500�3711" the parser gives "Data format mismatch RegExp: pattern=^3140(\d{6})$ flags= for AI 3143".
I think is caused by a wrong mapping on the ai.dart file where there is "regExpString: r'^3140(\d{6})$')," instead of "regExpString: r'^3143(\d{6})$'),".
i've found similar issues also for Ai codes 3120, 3143, 3144, 3145, 3150, 3163, 3164, 3165, 3300.
In most of cases the regExpString need to be edit, in some cases the code mismatch from the ai (for exemple for ai 3300) in other both of them need to be edit.
Scanning multiple barcodes like "010020406700035910C5BF550000001000002�3143001500�3711" the parser gives "Data format mismatch RegExp: pattern=^3140(\d{6})$ flags= for AI 3143".
I think is caused by a wrong mapping on the ai.dart file where there is "regExpString: r'^3140(\d{6})$')," instead of "regExpString: r'^3143(\d{6})$'),".
i've found similar issues also for Ai codes 3120, 3143, 3144, 3145, 3150, 3163, 3164, 3165, 3300.
In most of cases the regExpString need to be edit, in some cases the code mismatch from the ai (for exemple for ai 3300) in other both of them need to be edit.