home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / coherent / 6521 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  2.2 KB

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!ira.uka.de!Germany.EU.net!wupmon!easix!jester!michael
  2. From: michael@jester.GUN.de (Michael Gerhards)
  3. Newsgroups: comp.os.coherent
  4. Subject: Re: Loosing chars with ZyXEL 1496E+ and Coherent 4.0.1
  5. Message-ID: <9212263755@jester.GUN.de>
  6. Date: 27 Dec 92 00:27:32 GMT
  7. References: <mFDcwB1w165w@blues.kk.sub.org>
  8. Organization: private
  9. Lines: 61
  10. X-Newsreader: Tin 1.1 PL4
  11.  
  12. kosta@blues.kk.sub.org (Kosta Kostis) writes:
  13. > This is a modem (ZyXEL 1496E+) / Coherent (4.0.1) problem.
  14. > I'm running Coherent 4.0.1 on a i386SX/16 with 2 MB and a ZxXEL 1496E+
  15. > having real trouble connecting them. I have never faced these problems
  16. > with my old Hyundai 2400 bps internal modem. The ZyXEL 1496E+ is
  17. > connected to a multi I/O card with 16450 UARTs, so I thought, I'd better
  18. > run at no more than 19200 bps. I use device "/dev/com1fr" for the modem.
  19.  
  20. The highest speed Coherent allows on the serial port is 19200. But if you
  21. have 16450UARTs ( with no internal buffer ) the cpu cannot get every
  22. character. Thsi is because of the multi-tasking-environment, where many jobs 
  23. have to be done at the same time. Try to get a 16550UART with an internal
  24. buffer. I tested the Zyxel 1496b ( internal ) and I get ca. 900 cps without
  25. any errors. ( Coherent's uucp )
  26.  
  27. > I guess there's some trouble with my device driver.   :-(
  28.  
  29. No, the modem speed is only to fast for the cpu.
  30.  
  31. > # /etc/modemcap:
  32.  
  33. I have the same, but...
  34.  
  35. > # /usr/bin/modeminit for a ZyXEL 1496E+
  36. > DEV=/dev/modem
  37. > BAUD=19200
  38. > sleep 4 >$DEV&
  39. > stty $BAUD <$DEV
  40. > cat >$DEV <<\!
  41. > AT E0 V0 Q1 S0=1 &B1 &C1 &D3 &H3 &K4 &N0
  42. > !
  43.  
  44. my /usr/bin/modeminit looks like this:
  45.  
  46. # /usr/bin/modeminit 9/5/91
  47.  
  48. DEV=/dev/modem
  49. BAUD=19200
  50. sleep 4 >$DEV&
  51. stty $BAUD <$DEV
  52. cat >$DEV <<!
  53. AT E0 Q1 V0 X7 M0 S0=0 S38=32 &D3
  54. !
  55.  
  56. # end of /usr/bin/modeminit
  57.  
  58. > # modem settings/information
  59.  
  60. I didn't change anything in the modem-setting. The modem has its original
  61. default values ( atz0 ) and the init is done with /usr/bin/modeminit.
  62.  
  63. > U1496E  V 5.04a P 
  64.  
  65. Oops, I still have the 4.12
  66.  
  67. Michael
  68. --
  69. * michael@jester.gun.de   *   Michael Gerhards   *   E.-Hoepner-Strasse 41 *
  70.                           *   D - 4040 Neuss 1   *   Voice: 49 2131 470989 *
  71.