How to fix the braille printing?

530 views Asked by At

My project is a Tamil to Braille translation system. I want to make an print-out of a Braille document, and used the normal printer code in c# (printer dialog), but my embosser printer is just printing garbage instead of my document.

Is there any special way to print with an embosser printer from C#? Can you help me to fix this problem? My printer is index braille Basic D version 3, and my document is a braille document.

1

There are 1 answers

0
Jonas Löfkvist On

You need to send raw data to the printer. I have done this with version 4 printer, but I think it will work with version 3 too. Check this class from Microsoft http://support.microsoft.com/kb/322091