Giter Club home page Giter Club logo

Comments (6)

Tagliatti avatar Tagliatti commented on July 28, 2024 1

Hello, this week I'm going to check this out. Thanks

from netbarcode.

Tagliatti avatar Tagliatti commented on July 28, 2024

@FedeC87p using your sample code I tested on these two sites https://online-barcode-reader.inliteresearch.com/, https://www.onlinebarcodereader.com/, on the phone with the app for IOS QR Reader, and they all showed me the same result below. Are you testing on a reader device?

image
image

Barcode
test

from netbarcode.

FedeC87p avatar FedeC87p commented on July 28, 2024

I try to scan with my android xiaomi redmi 9 with app: QR & Barcode Scanner, and the result is B123456789B

InkedScreenAndroid_LI

This screen is the result of your barcode posted.

This is the code that I Used and the result is the same with B:

var barcode = new Barcode("C123456789C", NetBarcode.Type.Codabar, true, 221, 78);
barcodeImage = barcode.GetBase64Image();
return "data:image/png;base64," + barcodeImage;

barcode reader

from netbarcode.

FedeC87p avatar FedeC87p commented on July 28, 2024

Maybe this value is inverted?

_codabarCode.Add('B', "1010010011");//"101011001011");
_codabarCode.Add('C', "1001001011");//"110101100101");
_codabarCode.Add('b', "1010010011");//"101011001011");
_codabarCode.Add('c', "1001001011");//"110101100101");

I Try to modify the source code and invert the value, now when i scan with my phone the letter is correct. Maybe you never have seen this before, because usualy the reader don't show the letter but only the number?

InkedBarcode_Correct_LI

from netbarcode.

Tagliatti avatar Tagliatti commented on July 28, 2024

@FedeC87p Thank you very much for your help, it really was reversed. I also checked each character to make sure I didn't have any more errors. Can you check version 1.4.1 if everything is right?

from netbarcode.

FedeC87p avatar FedeC87p commented on July 28, 2024

Yes, I try and now it's all right!!!

Thanks!!!!

from netbarcode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.