• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question Strange barcode problem

kenw232

Junior Member
We have an Inateck BCST-70 wireless barcode scanner. It works fine. I have changed the settings to stop line feeds/CR after each barcode. This works fine on like thousands of barcodes.

But there is this one barcode that insists on outputting not one but two line feeds after it. This barcode here:

eg.
10809981001108 (enter)
(enter again)

Does anyone know why? How can a barcode have embedded data to make the scanner also output linefeeds when its set not to? What is this called?
 
I do not KNOW this, but here's my suspicion. A bar code is simply a squence of bars that contain a string of hexadecimal codes for ASCII representations of numbers (usually). But they could contain ASCII codes for other characters, like Line Feed (10 Hex) or Return (13 Hex). I can't "read" bar codes by eye, but those may be in that code you posted.
 
I do not KNOW this, but here's my suspicion. A bar code is simply a squence of bars that contain a string of hexadecimal codes for ASCII representations of numbers (usually). But they could contain ASCII codes for other characters, like Line Feed (10 Hex) or Return (13 Hex). I can't "read" bar codes by eye, but those may be in that code you posted.

Yes, I can cut off the last two characters and it fixes it but then all other barcodes break because they're missing two numbers. I can't win.
 
Back
Top