MCP40 on a PC

This is the right place to discuss on how to implement hardware vsync, adding a VIA or AY chipset, puting multiple roms, or how to design a new flash expansion card.
User avatar
Dbug
Site Admin
Posts: 4437
Joined: Fri Jan 06, 2006 10:00 pm
Location: Oslo, Norway
Contact:

MCP40 on a PC

Post by Dbug »

I was wondering: Has anyone tried to connect an MCP40 to a modern PC?

I assume that if the motherboard has a parallel port it's probably just making a cable with the right pins connected, but how would you do it with a PC without any parallel or serial port, like something that only has USB ?
User avatar
iss
Wing Commander
Posts: 1637
Joined: Sat Apr 03, 2010 5:43 pm
Location: Bulgaria
Contact:

Re: MCP40 on a PC

Post by iss »

I don't have MCP40 to try it, but I'm using successfully USB to Parallel converter with some old matrix printers.
This is the converter - cheap and chinese - but works.
I succeeded to use it even with an old LPT EPROM programmer.
Godzil
Squad Leader
Posts: 774
Joined: Sat May 21, 2011 7:21 pm
Location: Between UK and France
Contact:

Re: MCP40 on a PC

Post by Godzil »

The only MCP I have have the mecanical part broken so I haven't tested it, but yeah, the connection is basically a normal centronics port, so you can plug it to a PC without any problem.
Apart that you will need a driver... :)
User avatar
coco.oric
Squad Leader
Posts: 720
Joined: Tue Aug 11, 2009 9:50 am
Location: North of France
Contact:

Re: MCP40 on a PC

Post by coco.oric »

I have one but i've never tried it
coco.oric as DidierV, CEO Member
Historic owner of Oric, Apple II, Atari ST, Amiga
User avatar
Dbug
Site Admin
Posts: 4437
Joined: Fri Jan 06, 2006 10:00 pm
Location: Oslo, Norway
Contact:

Re: MCP40 on a PC

Post by Dbug »

Godzil wrote:The only MCP I have have the mecanical part broken so I haven't tested it, but yeah, the connection is basically a normal centronics port, so you can plug it to a PC without any problem.
Apart that you will need a driver... :)
Driver?
Is it not just possible to send bytes to the port?
Godzil
Squad Leader
Posts: 774
Joined: Sat May 21, 2011 7:21 pm
Location: Between UK and France
Contact:

Re: MCP40 on a PC

Post by Godzil »

Dbug wrote:
Godzil wrote:The only MCP I have have the mecanical part broken so I haven't tested it, but yeah, the connection is basically a normal centronics port, so you can plug it to a PC without any problem.
Apart that you will need a driver... :)
Driver?
Is it not just possible to send bytes to the port?
Not directly, I mean with a real Parallel port yeah using the corresponding IO ports, on a USB adapter it's a different story.

By driver I mean some code to send data to the parallel port specifically for the printer.

It's definitely possible of course but a USB adapter is not working the same way as a standard parallel port
Post Reply