lkml.org 
[lkml]   [2002]   [May]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Custom Driver to Serial Driver Read Interface Problem
Date
From
>  I am writing a kernel mode device driver which needs to read and write data
> from serial port ( /dev/ttyS1 in this case ).

You want to be a line discipline. Take a look at slip.c as an example. Thats
a line discipline one end and a network protocol the other. It gets called
when there is stuff for reading and room to send, it has calls to send more
data
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:22    [W:0.037 / U:1.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site