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,

    Both Andy and Per are right to warn you about this!

    When I did this, 2D barcode technology was cutting edge and development environments were far less sophisticated than the likes of Keil products.

    The fact that it was done in 100% assembler with those older tools is not the reason it took so long to develop (about 6-9 man months per decode). The problem was that to do it well requires considerable understanding of a lot of intangibles; and to achieve that understanding requires time.

    Ok - You might be able to find some documents on the Internet that can guide you; but it will take some considerable time.

    I don't know where Erik got his figure from for a cost; maybe simply TimeTakenToDevelop*CostPerDay. I would say that instead of being greedy, he is possibly being quite generous!

    So you have choices:

    1 - Consider his offer
    2 - Consider spending a long time doing it yourself
    3 - Consider following another path

Reply
  • Nezir,

    Both Andy and Per are right to warn you about this!

    When I did this, 2D barcode technology was cutting edge and development environments were far less sophisticated than the likes of Keil products.

    The fact that it was done in 100% assembler with those older tools is not the reason it took so long to develop (about 6-9 man months per decode). The problem was that to do it well requires considerable understanding of a lot of intangibles; and to achieve that understanding requires time.

    Ok - You might be able to find some documents on the Internet that can guide you; but it will take some considerable time.

    I don't know where Erik got his figure from for a cost; maybe simply TimeTakenToDevelop*CostPerDay. I would say that instead of being greedy, he is possibly being quite generous!

    So you have choices:

    1 - Consider his offer
    2 - Consider spending a long time doing it yourself
    3 - Consider following another path

Children