All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Christian de Rivaz <jcdr@lightning.ch>
To: Tony Hoyle <tmh@nothing-on.tv>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Treating parallel port as serial device
Date: Tue, 28 Aug 2001 22:52:05 +0200	[thread overview]
Message-ID: <3B8C0475.6050103@lightning.ch> (raw)
In-Reply-To: <9mgtpb$mf4$1@sisko.my.home>

Take a look to the MAX3100 chip:
http://pdfserv.maxim-ic.com/arpdf/MAX3100.pdf

This solution highly reduce the CPU overhead needed to sample Rx line 
for each single bit. The chip have a FIFO, an interrupt and look like a 
standard UART. Only the bus transfert with the CPU is different.

I curently work on a driver for it.

Regards,

Tony Hoyle wrote:
> I'm looking to attach a serial device to my box that has only TTL level
> I/O.  Since I'm more of a software than a hardware person making a
> circuit board up with a max232 in is a bit risky...  I want to connect
> the I/O to the parallel port.
> 
> What I need now is a driver that can read the input from a  pin on the
> parallel port and treat it as serial input.  It sounds like the kind of
> project that would have been done before, but I can't find anything that
> even comes close.  Userspace probably wouldn't cut it as I'm reading as
> 9600 baud and usleep doesn't have nearly enough resolution.
> 
> Tony
> 
> 




  parent reply	other threads:[~2001-08-28 20:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-28 20:09 Treating parallel port as serial device Tony Hoyle
2001-08-28 20:15 ` Philip Blundell
2001-08-28 20:38 ` Christopher Friesen
2001-08-28 20:52 ` Jean-Christian de Rivaz [this message]
2001-08-28 21:55 ` H. Peter Anvin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3B8C0475.6050103@lightning.ch \
    --to=jcdr@lightning.ch \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tmh@nothing-on.tv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.