All of lore.kernel.org
 help / color / mirror / Atom feed
* Question: half-duplex and full-duplex serial driver
@ 2007-03-26 13:53 Mockern
  2007-04-05 22:40 ` Bill Davidsen
  0 siblings, 1 reply; 3+ messages in thread
From: Mockern @ 2007-03-26 13:53 UTC (permalink / raw)
  To: linux-kernel

Hi,

Could you help me please, how can my serial driver to work in  half-duplex and full-duplex mode?

Thank you

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Question: half-duplex and full-duplex serial driver
  2007-03-26 13:53 Question: half-duplex and full-duplex serial driver Mockern
@ 2007-04-05 22:40 ` Bill Davidsen
  2007-04-05 22:47   ` Valdis.Kletnieks
  0 siblings, 1 reply; 3+ messages in thread
From: Bill Davidsen @ 2007-04-05 22:40 UTC (permalink / raw)
  To: Mockern; +Cc: linux-kernel

Mockern wrote:
> Hi,
> 
> Could you help me please, how can my serial driver to work in  half-duplex and full-duplex mode?
> 
> Thank you

Since you don't seem to have gotten an answer, and while this is 
probably the wrong list for your question, I can give you a pointer 
which may help.

The communications program "kermit" can do this, google for the source, 
or try kermit.columbia.edu first, and read the source to see how they do 
it. I'm reasonably sure ioctl() is the answer, but that's choice three 
for your research.

-- 
bill davidsen <davidsen@tmr.com>
   CTO TMR Associates, Inc
   Doing interesting things with small computers since 1979

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Question: half-duplex and full-duplex serial driver
  2007-04-05 22:40 ` Bill Davidsen
@ 2007-04-05 22:47   ` Valdis.Kletnieks
  0 siblings, 0 replies; 3+ messages in thread
From: Valdis.Kletnieks @ 2007-04-05 22:47 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: Mockern, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 618 bytes --]

On Thu, 05 Apr 2007 18:40:55 EDT, Bill Davidsen said:
> Mockern wrote:
> > Hi,
> > 
> > Could you help me please, how can my serial driver to work in  half-duplex and full-duplex mode?
> > 
> > Thank you
> 
> Since you don't seem to have gotten an answer, and while this is 
> probably the wrong list for your question, I can give you a pointer 
> which may help.

I got the impression that they were trying to write an in-kernel driver for
a serial card, and it was oopsing.  My first guess is "bad locking",
and my first suggestion is 'Linux Device Drivers, 3rd edition'

http://lwn.net/Kernel/LDD3 last I remember.

[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-05 22:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-26 13:53 Question: half-duplex and full-duplex serial driver Mockern
2007-04-05 22:40 ` Bill Davidsen
2007-04-05 22:47   ` Valdis.Kletnieks

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.