| Author |
How to print text to Dot Matrix Printer
|
A.G Rajkotia
Greenhorn
Joined: Aug 11, 2011
Posts: 18
|
|
|
Can anyone tell me how do we print text to dot matrix printer.
|
 |
Stephan van Hulst
Bartender
Joined: Sep 20, 2010
Posts: 3065
|
|
Well, you likely have to write some sort of native code to communicate with the operating system, which has drivers for the printer.
However, this is probably not easy, and I would think that there are already third party libraries out there that have solved this problem. So google around for solutions that other people have made.
|
 |
Stephan van Hulst
Bartender
Joined: Sep 20, 2010
Posts: 3065
|
|
|
Actually, if you googled around a little bit, you might find that you could access the printer like a file, and simply write text to it directly.
|
 |
 |
|
|
subject: How to print text to Dot Matrix Printer
|
|
|