|
-
May 13th, 2003, 06:44 AM
#1
Thread Starter
Hyperactive Member
Bar Code
I Print Some Number In Bar Code Fonts But My Bar Code Reader Cant Read IT. I Try Many Bar Code Fonts But Got The Same Result
Is It Any Matching Or Restructions For Sepecific Bar Code Reader With Bar Code Fonts.
-
May 13th, 2003, 07:02 AM
#2
Addicted Member
You don't make a barcode by just printing the string you want in a barcode font. No barcodes are that simple. About the simplest is Code39, and it has a * at each end of the code. So if you wanted to print a barcode 12345 you would send *12345*. The * signifies the start and end of the barcode to the reader; the reader stripds the *'s off and only sends the 12345 to your app.
Others are much more complex, such as Code 128 which has a check-digit at least, and can also switch between any of 3 internal code sets.
So you really need to know the rules of the barcode you are using; BarCode1 is a good place to start. He expains most of the symbologies, and there are links to various other sites. You might, for instance, find a dll or ocx for the symbology you are using.
-
May 13th, 2003, 08:00 AM
#3
Thread Starter
Hyperactive Member
WoW!
Oh! I don’t know about it. Any way Code39 look cool. Can is use Code39 for every Bar code reader Or on any document? And I print text in Code39?
BarCode1 is really very good Thank you very much. I am searching for encoder Dll or Ocx. Please tell me you know any good Dll or Ocx.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|