Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Barcode scanner outputs the barcode value with junc characters in between #903

Open
vivekanandareddy opened this issue Mar 15, 2024 · 0 comments

Comments

@vivekanandareddy
Copy link

Describe the bug
When we scan CODE_128 code scanner outputs the value with junc characters in between.

For example :
Barcode value : WIMTLPN20240308004
Output : WIMT.PN2024%308004

and the issue is not consistent, sometimes outputs the right value.

To Reproduce
Steps to reproduce the behavior:

  1. Go to ' https://labelary.com/viewer.html '
  2. In the Text box at line# 29
    replace text " ^FO100,550^BC^FD12345678^FS " with
    " ^FO100,550^BC^FDWIMTLPN20240308004^FS "
  3. Change Label Size to 7 * 6 inches
  4. Click on 'Redraw'
  5. Try to scan the barcode.

After scanning check the output try multiple times, sometimes it will give junc characters.

Expected behavior

Expected output is the value exact value as it is in the barcode

Screenshots
Screenshot 2024-03-15 at 6 52 05 PM

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [ iphone XR, Samsung A51 ]
  • OS: [ iOS 17.4, Android version 12 ]
  • Browser [e.g. safari, chrome ]
  • Version [safari 17.4, chrome : 122.0.6261.90]

Additional context
Screenshot 2024-03-15 at 6 52 05 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant