home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0086 < prev    next >
Encoding:
Text File  |  1982-03-03  |  578 b   |  17 lines

  1. Areed.210
  2. net.bugs.v7
  3. utcsrgv!utzoo!decvax!ucbvax!ihnss!cbosg!harpo!chico!duke!reed!valer
  4. Sat Feb 27 12:08:20 1982
  5. misconception in uucico
  6. The program uucico terminates each string
  7. it sends in the expect-send sequence with
  8. a '\n'.  This is conceptually incorrect,
  9. since the line it is transmitting over is
  10. supposed to look like a terminal; hence the
  11. the '\n' should be a '\r' (see conn.c/sendthem).
  12. The reason uucico works now is because getty accepts
  13. both '\n' and '\r'; however, if a port contender
  14. is used with automatic baud-rate detect (keyed
  15. off of '\r')....
  16.     Jim Valerio
  17.