CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    May 2012
    Posts
    4

    Does the Barcode SDK Support ECCs?

    Does the data matrix SDK have the Error Correction Code(ECCs) for data matrix? If it can, what level of damaged cells can be recovered?

  2. #2
    Join Date
    May 2012
    Posts
    1

    Re: Does the Barcode SDK Support ECCs?

    I am not sure if all controllers support it, but the one I used supports ECC.
    ECC level: 000 Max damage percentage: N/A Bits increasing in ECC: N/A
    ECC level: 050 Max damage percentage: 2,8 Bits increasing in ECC: 33
    ECC level: 080 Max damage percentage: 5,5 Bits increasing in ECC: 50
    ECC level: 100 Max damage percentage: 12,6 Bits increasing in ECC: 100
    ECC level: 140 Max damage percentage: 25 Bits increasing in ECC: 300 Hope this helps.

  3. #3
    Join Date
    May 2012
    Posts
    2

    Re: Does the Barcode SDK Support ECCs?

    Quote Originally Posted by beckbutler376 View Post
    Does the data matrix SDK have the Error Correction Code(ECCs) for data matrix? If it can, what level of damaged cells can be recovered?
    Data Matrix is famous for its ECC. Data Matrix ECC200 is frequently used which use the Reed Solomon algorithms to proof the error. Only read the whole 20%, you can know the whole information of data matrix.

  4. #4
    Join Date
    May 2012
    Posts
    1

    Re: Does the Barcode SDK Support ECCs?

    Tips: check the manual of the data matrix generator you use. I guess it will has hints in the property setting. And almost control has the default value of it.

  5. #5
    Join Date
    May 2012
    Posts
    2

    Re: Does the Barcode SDK Support ECCs?

    If your currently used datamatrix control does not support the error correction, please download this DataMatrix 2D barcode control and try it in your project. It supports the DataMatrix ECC200.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured