This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Barcode

Hi all,

Has anyone got any ideas about where to get some C code to read a barcode?

Ive got a pen but dont know what to plug it to.

Parents
  • Nezir,

    The messages you're getting here are, I think, absolutely right.

    The reference algorithms contain the basic functionality. I have just found a copy of one of the AIM documents (code 93) that states:

    "In addition, perform such other secondary checks on quiet zones, beam acceleration, absolute timing, etc., as are deemed prudent and appropriate considering the specific reading device and application environment."

    Basically, it's a massive get-out clause that gives anyone who develops such a system a massive amount of investigative and experimental research. I can assure you that this is the part that really takes time to develop.

    If you do go ahead with it, give yourself plenty of time to do your own development. Maybe you'll strike gold and find something on the Internet.

    Either way, good luck.

Reply
  • Nezir,

    The messages you're getting here are, I think, absolutely right.

    The reference algorithms contain the basic functionality. I have just found a copy of one of the AIM documents (code 93) that states:

    "In addition, perform such other secondary checks on quiet zones, beam acceleration, absolute timing, etc., as are deemed prudent and appropriate considering the specific reading device and application environment."

    Basically, it's a massive get-out clause that gives anyone who develops such a system a massive amount of investigative and experimental research. I can assure you that this is the part that really takes time to develop.

    If you do go ahead with it, give yourself plenty of time to do your own development. Maybe you'll strike gold and find something on the Internet.

    Either way, good luck.

Children