Alboni Messages: 216 Registered: January 2012 Location: Kajaani, Finland
Experienced Member
How can I print to different orinters without Executing print dialog, One of the printers is a serial linemode printer (for receipts).
Also as an alternative is there a simple way to print the old ascii way?
How can I print to different orinters without Executing print dialog, One of the printers is a serial linemode printer (for receipts).
Also as an alternative is there a simple way to print the old ascii way?
Depends on host-os.
And yes, there is definitely a way how to print in ascii in windows or linux.
Alboni Messages: 216 Registered: January 2012 Location: Kajaani, Finland
Experienced Member
My software is going to be on Windows and later also Linux. I'm developing on Windows. For now I made a serial port class to drive a matrixprinter directly, and I set an Epson thermal receiptprinter as defaultprinter in Windows.
My software is going to be on Windows and later also Linux. I'm developing on Windows. For now I made a serial port class to drive a matrixprinter directly, and I set an Epson thermal receiptprinter as defaultprinter in Windows.
I am using similar approach when dealing with two printers... I mean, second or special printer is out of scope of U++, you have to handle it with host platform services...