This project lets you input some text to make a smartphone readable barcode. Currently there is a - 7bit binary translation (only for demonstartion purposes) and a working - CODE39 translation that you can scan with a usual barcode-scanner or an app on your smartphone. The starting background is a screenshot of the iphone app "Barcode" by Accusoft. The project dont checks the string length - so if it's to big, a error message is shown. For CODE39 remeber that you cant use all signs (look inside for the list). If you have problems reading the code, try bigger bar_width and make sure that your smartphone app understands CODE39. The #06 means that this type of code39 has no checksum (as #26 has).
USE TURBO MODE Code39#06 is the most easy to make 1D barcode.(i think) TODO: - add CODE128(A) translation