I have tried Vice2PS, but the only thing you can do with it is print
plain text in a Commodore matrixprinter-looking font.
What I want to do is make graphical printouts with Print Master of maybe Geos.
I just can't believe that it can't be done in an emulator. When printing from a real Computer to a matrix printer the following happens:
- Printer waits for input via serial/centronics interface.
- When a complete line of data/commands or a Carriage Return character is received, the line is printed and the print head is moved to the home location.
To make this work in an emulator, I think the following has to be done:
- Emulate the ROM of the printer so that printer commands are recognised and processed correctly.
- Instead of moving the print head and pushing the needles on the paper, a bitmap file can be created that sets the pixels on the right place.
Again, I am a real noob, but this doesn't sound extremely difficult to me, or am I missing something?

Comments welcome!