I like lots of people need to print text ONLY to a dot matrix printer.
I have run the example found here.
And It seems to work but only XP it does not seem to work on Wnidows 7.
I have tested using a generic/Text only printo to file driver as I won't have acces to my printer for a couple of dyas. On XP it asks me for a file name and then creates a file successfully. On windows 7 the file gets stuck in the print queue which when you view it just says print-error. I know the generic printer driver works on win7 beacuse I can print to it from my text editor.
The short term solution is to use a direct connection to the LPT port,Ive not tested this yet, but the final project will running on a machine that has no LPT port. In fact we are shortly going to evaluate a new epson that will connect using USB, so LPT is out of the question.
Before anyone sugessts using graphics, they should know that this is an event logging application that needs to print immediatley one line at a time. It cannot wait for a page of text to be ready before printing.