You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The scanner did not respect the start and stop symbols. And the start and stop symbols are discarded in rawValue. This makes it impossible to determine whether the scanned barcode is complete.
To Reproduce
Scan a code39 barcoade.
Expected behavior
Only return the barcode value if it has start and stop symbols.