public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Serial port- Linux kernel
@ 2002-05-02 14:50 antonelloderosa
  2002-05-03  6:58 ` Frank Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: antonelloderosa @ 2002-05-02 14:50 UTC (permalink / raw)
  To: Richard B. Jhonson; +Cc: C. Scott Ananian, linux-kernel

I must control the serial port at kernel level, because I have to make several measurements of one-way delay between a source and a destination host, so while I set the DTR on the source host when I send the UDP packet, the destination host must be able to set by itself the RTS when it receives the packet.

I'm quite a beginner in Linux-kernel, so may you help me more?

Thanks again

Antonello 


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

* Re: Serial port- Linux kernel
  2002-05-02 14:50 Serial port- Linux kernel antonelloderosa
@ 2002-05-03  6:58 ` Frank Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Frank Schaefer @ 2002-05-03  6:58 UTC (permalink / raw)
  To: linux-kernel

On Thu, 2002-05-02 at 16:50, antonelloderosa@inwind.it wrote:
> I must control the serial port at kernel level, because I have to make several measurements of one-way delay between a source and a destination host, so while I set the DTR on the source host when I send the UDP packet, the destination host must be able to set by itself the RTS when it receives the packet.
> 
> I'm quite a beginner in Linux-kernel, so may you help me more?
> 
> Thanks again
> 
> Antonello 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
Hi Antonello,

if you're new to the kernel ( like me :o), you could take Rubini &
Corbets ``Linux Device Drivers'' book, and write a special driver for
your problem. That could be a nice task for learning the kernel.
I did something similar, programming a little parport-LED-lightshow.
Your real and my artificial problem enlightenes one in driver, module,
kernel and user-space / kernel-space relations, and is ( thus ) a fine
task to start with.

Regards
Frank

PS: Many thanks to Alessandro and Jonathan for this fine collection of
paper.




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

end of thread, other threads:[~2002-05-03  6:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-02 14:50 Serial port- Linux kernel antonelloderosa
2002-05-03  6:58 ` Frank Schaefer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox