home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / hp / 14117 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.2 KB  |  37 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!think.com!sdd.hp.com!hpscit.sc.hp.com!hpuerca.atl.hp.com!der
  3. From: der@hpuerca.atl.hp.com (Dave Ritchie)
  4. Subject: Re: high speed modems (96k,1.44k) and hp9000?
  5. Message-ID: <BzC2vn.G9q@hpuerca.atl.hp.com>
  6. Date: Wed, 16 Dec 1992 03:54:58 GMT
  7. References: <59gsVB1w165w@student.business.uwo.ca>
  8. Organization: Hewlett-Packard NARC Atlanta
  9. Lines: 26
  10.  
  11. Some tips on using high speed modems under HP-UX:
  12.  
  13. 1) Do not use both RTS/CTS and XON/XOFF flow control simultaneously
  14.    on the modem.
  15.  
  16. 2) Lock the interface speed on the gettydef entry. 
  17.  
  18. 57600    # B57600 SANE CS8 ISTRIP IXON TAB3 HUPCL
  19.     # B57600 SANE CS8 ISTRIP IXON TAB3 HUPCL
  20.     #login: #57600
  21.  
  22. so that a framing error does not change the speed to the port.
  23.  
  24. The inittab entry for this would be 
  25.  
  26.     ttp1:2:respawn:/etc/getty -h <ttyname> 57600
  27.  
  28. where <ttyname> is of the form tty00, for /dev/tty00, etc. The first
  29. field (in this case, 'ttp1') must be unique in the inittab file. 
  30.  
  31. 3) Set the modem configuration such that the modem's serial port will
  32. not change speed. The way that this is performed varies from modem 
  33. to modem, and you should refer to your modem manual for this information. 
  34.  
  35. -- Dave Ritchie
  36. der@hpuerca.atl.hp.com
  37.