Trying to print to a Windows printer

General problems and how-to's of running/using the CCS64 emulator.

Moderator: Håkan Sundell

Post Reply
m7hacke
Posts: 5
Joined: Sun Mar 04, 2007 4:41 am
Location: USA

Trying to print to a Windows printer

Post by m7hacke »

I'm trying to print to my Windows printer (Epson Stylus Color 740) from BASIC. I changed the printer setting for device 4 to "Normal" instead of writing to the text file. I have been typing the following:

OPEN 3,4
PRINT#3,"PRINT SOMETHING"
CLOSE 3

Nothing happens. Is this even possible? Any help would be greatly appreciated.
Stuart Toomer
Site Co-Admin
Posts: 786
Joined: Wed Aug 20, 2003 2:46 pm
Location: East Yorkshire, England

Post by Stuart Toomer »

You can't print to a PC printer from within any C64 emulator! They use completely different technologies/character-sets/etc. If you want to save a text file of a BASIC listing, please refer to:
http://homepage.ntlworld.com/stuart.too ... _H_004.htm
Kind regards,

Stuart Toomer.
m7hacke
Posts: 5
Joined: Sun Mar 04, 2007 4:41 am
Location: USA

Post by m7hacke »

Thank you very much for your help.
K.C.
Posts: 115
Joined: Fri Nov 12, 2004 12:12 pm
Location: The Netherlands

Post by K.C. »

Stuart Toomer wrote:You can't print to a PC printer from within any C64 emulator! They use completely different technologies/character-sets/etc.
If that is true, you can't emulate a C64 on an Intel based PC. The MOS 6502 and Intel x86 processors use completely different technologies, so CCS64 can't exist! :wink:
CCS64 hasn't support for printing grpaihcs to Windows printers. It would be a nice feature for a future release.
You can print graphics with WinVICE. WinVICE can emulate a Commodore MPS803 and a Star NL10. When you print something from the emulator and have selected the correct printer, VICE will make a bitmap file from it that you can print on a modern printer.
Stuart Toomer
Site Co-Admin
Posts: 786
Joined: Wed Aug 20, 2003 2:46 pm
Location: East Yorkshire, England

Post by Stuart Toomer »

I naturally meant direct communication from an emulator to a Windows printer. VICE does have the VICE2PS Utility, which converts VICE Prints to Post-Script format files.
Kind regards,

Stuart Toomer.
Post Reply