PC Review Forums Newsgroups Hardware Computer Hardware Printing to PC

Reply

Printing to PC

 
Thread Tools Rate Thread
Old 17-01-2005, 12:04 AM   #1
Darius Blaszijk
Guest
 
Posts: n/a
Default Printing to PC


Hello,

I have a device that prints characters to a matrix printer. I would like to
get rid of the matrix printer and store the data to file. However the device
printing is not a PC and because it's old hardware I cannot get any support
for this.
I should be possible however to read directly from the LPT port thats
currently connected to the printer and feed it to a small PC. The PC would
wait on data to arrive and store it to ASCII file on disk.

Could someone please advise how to make this happen?? I have googled, but
not come up with something usable sofar.

Kind regards, Darius Blaszijk


  Reply With Quote
Old 17-01-2005, 01:30 AM   #2
CBFalconer
Guest
 
Posts: n/a
Default Re: Printing to PC

Darius Blaszijk wrote:
>
> I have a device that prints characters to a matrix printer. I would
> like to get rid of the matrix printer and store the data to file.
> However the device printing is not a PC and because it's old
> hardware I cannot get any support for this.
> I should be possible however to read directly from the LPT port
> thats currently connected to the printer and feed it to a small PC.
> The PC would wait on data to arrive and store it to ASCII file on
> disk.
>
> Could someone please advise how to make this happen?? I have googled,
> but not come up with something usable sofar.


IIRC the fundamental parallel printer protocol, omitting such
signals as paper out, is:

The printer returns one signal, busy.

1. The sender awaits not busy.

2. The sender asserts 8 parallel bits (for an ascii char), and
then strobe.

3. The printer asserts busy.

4. Hearing this, the sender removes strobe.

Busy may last some time, for actual line printing, page ejection,
etc. Most signals will be negative logic, TTL levels.

You may find more accurate information by searching for Centronics
or Centronics interface.

--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson


  Reply With Quote
Old 17-01-2005, 02:08 AM   #3
Mac Cool
Guest
 
Posts: n/a
Default Re: Printing to PC

  Reply With Quote
Old 17-01-2005, 06:32 AM   #4
Skeleton Man
Guest
 
Posts: n/a
Default Re: Printing to PC

>I have a device that prints characters to a matrix printer. I would like to
>get rid of the matrix printer and store the data to file.


>I should be possible however to read directly from the LPT port thats
>currently connected to the printer and feed it to a small PC. The PC would
>wait on data to arrive and store it to ASCII file on disk.


>Could someone please advise how to make this happen?? I have googled, but
>not come up with something usable sofar.


My suggestion would be a simple app that reads from the parallell port and
converts the data to ascii (I'm sure there are applications for this).

Regards,
Chris


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off