0

I have a barcode data: ^BY6,3,368^FT12,1032^BCN,,N,N ^FD>;00612345678^FS

What I am expecting the barcode to get scanned is 00612345678 but it is getting trimmed to 0061234567 everytime its scanned.

I tried to rebase the below code to

^BY6,3,368^FT12,1032^BCN,,N,N ^FD>:00612345678^FS

But didnt work

2
  • Code C (set by >;) only encodes pairs of digits, so your data will be truncated to an even number of digits - which is what you were seeing. But the >: should have worked. What do you mean by it "didn't work"? Commented Mar 30, 2024 at 2:07
  • I changed that to >: but now the barcode is not scannable. Commented Apr 2, 2024 at 16:17

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.