home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / apollo / 3316 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.4 KB  |  33 lines

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!gumby!wupost!sdd.hp.com!apollo.hp.com!netnews
  3. From: smv@apollo.hp.com (Steve Valentine)
  4. Subject: Re: High speed modem attached to 3500
  5. Sender: usenet@apollo.hp.com (Usenet News)
  6. Message-ID: <Bt9C4B.IJ@apollo.hp.com>
  7. Date: Thu, 20 Aug 1992 01:00:11 GMT
  8. References: <sasblc.714248243@ddt>
  9. Nntp-Posting-Host: dreaming.ch.apollo.hp.com
  10. Organization: Hewlett-Packard Corporation, Chelmsford, MA
  11. Lines: 20
  12.  
  13. As Jim Rees already said, the 3500 uses the 2681, which a) has no fifos
  14. and b) is not at all compatible with the SIO chips used in PCs.
  15.  
  16. You didn't say what version of Domain/OS you're running.
  17. If you're not already up to sr10.4, you should consider upgrading.
  18. The kernel tty buffers were increased to 2K from 256/512 in sr10.2/sr10.3.
  19.  
  20. You might also try hardware (RTS/CTS) flow-control if your modem supports it.
  21. Use: tctl -rts_enable -cts_enable
  22.  or see the Apollo extentions to the POSIX termios interface in sr10.4.
  23.  
  24. >P.S.  What's the difference between using /dev/sio1 vs. /dev/tty01?  They
  25. >      both seem to work with kermit.
  26.  
  27. The only difference is that /dev/tty devices block waiting for carrier (DCD)
  28. on open (if O_NONBLOCK/FNDELAY is not specified) and /dev/sio ignores carrier.
  29. -- 
  30. Steve Valentine - smv@apollo.hp.com
  31. Hewlett-Packard Company, Apollo Systems Division, Chelmsford, MA
  32. Hermits have no peer pressure. -Steven Wright
  33.