Click here to Skip to main content
15,894,180 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Dears,
How to create bar code of type code 39 Full ascii in windows form application,
i can create Code 128, Code 39 and code 39 ex but i need a class that create code 39 Full ascii??!!
Regards,
Posted
Comments
Marc Gabrie 8-Oct-13 15:09pm    
What do you mean by "code 39 ex"? If "ex" stands for "Extended" then you already are able to encode full ASCII code 39 as "Extended" is another name for "full ASCII" code 39 symbols.

1 solution

You're not so much into thorough research, or are you?
Here's the link: http://en.wikipedia.org/wiki/Code39#Full_ASCII_Code_39[^]

And here is the explanation on how to use the information you'll find on that page.

  1. Click on the link I provided above.
  2. Read the short paragraph above that nice table. Just to make sure read it again and for good meausre read it a third time.
  3. Now have a good long look at the table.
  4. Pay special attention to the column named Encoding.
  5. You already know Code 39 as you stated in your question so you're almost done now.
  6. Look up the ASCII character you want to encode in Code 39 Full ASCII and take note of the two characters in column Encoding.
  7. Now encode the each of the two characters from column Encoding with the plain Code 39, the one you already know.
  8. Done! You can now encode in Code 39 Full ASCII, congratulations.


Best,
— Manfred
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900