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

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!stanford.edu!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!pdt
  3. From: pdt@athena.mit.edu (Patrick D Tepesch)
  4. Subject: Solution to the high speed modem prob.
  5. Message-ID: <1992Dec16.224231.27162@athena.mit.edu>
  6. Keywords: modem
  7. Sender: news@athena.mit.edu (News system)
  8. Nntp-Posting-Host: innsbruck.mit.edu
  9. Organization: Massachusetts Institute of Technology
  10. Date: Wed, 16 Dec 1992 22:42:31 GMT
  11. Lines: 39
  12.  
  13. I have a solution to getting a SupraFaxmodem v.32bis modem to work with a 720
  14. using HPUX 8.07.  First, you need the patch to the operation system,
  15. PHNE_1440.  I recieved it from my local sales rep, but he also said that
  16. this is usually the responsibility of the Response people (right!).  This 
  17. patch does many things, but most importantly it allows hardware hadshaking.
  18. With this done, the device files created by sam need to have 8 added to the
  19. minor number at which point they look like this for me (port B 38400 baud).
  20.  
  21. crw-r--r--   1 root     sys        1 0x205009 Dec 16 14:24 /dev/cua00
  22. crw-r--r--   1 root     sys        1 0x205009 Dec 16 14:25 /dev/cul00
  23. crw--w--w-   1 root     users      1 0x205008 Dec 16 16:38 /dev/ttyd00
  24.  
  25. I set the modem with the following command:
  26.  
  27. AT &F2 s0=1 &w
  28.  
  29. The inittab entry is:
  30.  
  31. a1:3:respawn:/etc/getty -h ttyd00 38400
  32.  
  33. The gettydefs entry is:
  34.  
  35. 38400   #  B38400 HUPCL IGNPAR PARENB ICRNL IXON OPOST ONLCR CS7 CREAD
  36.                   ISIG ICANON ECHO ECHOK ISTRIP IXANY TAB3
  37.         #  B38400       SANE CS8 ISTRIP IXANY TAB3 HUPCL
  38.         #login: #38400
  39.  
  40. I think that is all that needs to be done.  I called in with another v.32bis
  41. modem (not from Supra) from a mac and the modems connect at 14400 baud with
  42. full data compression/error detection and logged in successfully.  I tried
  43. to get the hp to talk to the modem at 57600 buad, but couldn't do it.
  44. If anyone knows how to get that to work let me know!
  45.  
  46. Patrick Tepesh
  47. pdt@mit.edu
  48. Materials Science and Engineering Department
  49. Massachusetts Institute of Technology
  50.  
  51. P.S.  Thanks to everyone who contributed to my cause!
  52.