home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8629 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.7 KB

  1. Path: sparky!uunet!olivea!decwrl!sdd.hp.com!hpscdc!hplextra!hpcc05!hpbbn!hpuamsa!franks
  2. From: franks@hpuamsa.neth.hp.com (Frank Slootweg CRC)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: How to operate 750 serial ports at 57600 baud?
  5. Message-ID: <28510298@hpuamsa.neth.hp.com>
  6. Date: 27 Jul 92 11:50:22 GMT
  7. References: <RAYMOND.92Jul23153140@anaconda.es.ele.tue.nl>
  8. Organization: Hewlett-Packard, The Netherlands
  9. Lines: 32
  10.  
  11. raymond@es.ele.tue.nl (Raymond Nijssen) writes:
  12.  
  13. > We're trying to connect a high-speed modem to our 9000/750.
  14. > The modem is capable of running at 57600 baud, but the 750 (running 8.05)
  15. > builtin ports seem to be capable of running at 57600 and up, but
  16. > the software (stty, [uu]getty) seems to be limited to at most 38400 baud.
  17. > Do I miss something?
  18. > Your help would be appreciated.
  19.  
  20.   From termio(7) :
  21.  
  22. >  DEPENDENCIES
  23. [deleted]
  24. >       Series 700
  25. >            Built-in serial ports on the Series 700 machines support the
  26. >            following additional baud rate settings: 57600, 115200, 230400,
  27. >            and 460800 baud.  An RS-232-to-RS-422 converter may be required
  28. >            to achieve actual throughput at these baud rates (because RS-232
  29. >            only specifies up to 19200 baud).
  30.  
  31.   I don't know if there are any limitations in stty(1). In any case it
  32. is easy to write a little C program to set the baud rate and use stty(1)
  33. for the rest. See termio(7) for the required ioctl's.
  34.  
  35.   There is no need for uugetty(1m) on HP systems. We only supply it for
  36. compatibility reasons. See "Terminal port access interlock" in modem(7)
  37. as to why uugetty(1m) is not needed. I don't know if getty(1m) can
  38. handle 57600 baud, just try it.
  39.  
  40. Frank Slootweg, HP, Dutch Customer Response Center
  41.