Click here to Skip to main content
15,887,302 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I'm developing POS Receipt print to my Own Language using DotMatrix Printer. Now i using to print the Items to textfile then print it via cmd prompt. I can print english it will support. But when i send the item name as my own language. its not supported. the sample output like this

sNo Item qty amount
1 $$$...some Symbols 3 12121


so i want to send my own language to cmd prompt. How to do this? Help me please
Posted

1 solution

You would need to check the manual of the matrix printer. The printer only supports symbols defined by the manufacturer. Also, it has its own codepage. Most manufacturers keep the ascii characters the same but everything above that can be different. A good drivers will make the translation between codebases but if the character is not supported it won't come out correctly. If the printer supports upto 255 characters there is a good change that language specific symbols won't be available. But, check the manual and maybe you have an option to define your own symbols somehow but most of them are very limited.

Good luck!
 
Share this answer
 
Comments
sencsk 30-May-14 7:48am    
any other possibilities...

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