Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/docs/Serial-Programming-HOWTO.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 133  Seems to be somewhat old, but contains u Line 133  Seems to be somewhat old, but contains u
133    characters will operate on the incoming data before it is delivered to    characters will operate on the incoming data before it is delivered to
134    the user.    the user.
135    
136    In non-canonical mode, incoming data is quanitified by use of the    In non-canonical mode, incoming data is quantified by use of the
137    c_cc[VMIN and c_cc[VTIME] values in termios.c_cc[].    c_cc[VMIN and c_cc[VTIME] values in termios.c_cc[].
138    
139    Some programmers use the select() call to detect the completion of a    Some programmers use the select() call to detect the completion of a

Legend:
Removed from v.983  
changed lines
  Added in v.984