home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / vmsnet / pdp11 / 833 < prev    next >
Encoding:
Text File  |  1992-11-10  |  2.6 KB  |  58 lines

  1. Newsgroups: vmsnet.pdp-11
  2. Path: sparky!uunet!caen!batcomputer!cornell!chapman
  3. From: chapman@cs.cornell.edu (Richard Chapman)
  4. Subject: Re: f77, kermit and rsx-11
  5. Message-ID: <1992Nov10.173722.7553@cs.cornell.edu>
  6. Organization: Cornell Univ. CS Dept, Ithaca NY 14853
  7. References: <1992Nov9.193113.11680@cs.cornell.edu> <1992Nov11.001440.2102@zl2tnm.gen.nz>
  8. Date: Tue, 10 Nov 1992 17:37:22 GMT
  9. Lines: 47
  10.  
  11. don@zl2tnm.gen.nz writes:
  12.  
  13. >In article <1992Nov9.193113.11680@cs.cornell.edu>, chapman@cs.cornell.edu (Richard Chapman) writes:
  14. >> I have a 1200 baud modem connected to an ACT Quadrasync card
  15. >> (emulates four DL11's), and I have been running kermit just fine under
  16. >> RT-11 using this setup. Now, under rsx-11 I'd like to do the same thing. 
  17.  
  18. >> Then, when I try to set the speed to 1200, I get a message that the
  19. >> receive buffer is too small. (but I have no idea how to make it
  20.  
  21. >Ummm, since when have DL11s had settable baud rates?  All the ones I've 
  22. >seen have required fiddling with DIPs or wirewrapping jumpers.  SET 
  23. >SPEED=TTn:xxxx doesn't work for DL11 devices, and it's probably a bug 
  24. >that setting the speed from Kermit doesn't give an error message to that 
  25. >effect. 
  26.  
  27. >Try configuring the device to the correct speed, use SET LINE and go for 
  28. >it.
  29.  
  30. >NB: a DL11 (or compat) is very very dumb and only has a single character
  31. >buffer.  Using it for outgoing modem access at any kind of speed will
  32. >probably result in lost characters.  An 11/34A with DL11s under RSX-11M
  33. >V4.1 couldn't cope at 2400; sticking the modem on a DZ11 port fixed the
  34. >problem, due to the silo buffer on the DZ11. 
  35.  
  36. >Kermit definitely worked for me under the above setup (on the DZ11 and
  37. >DL11, apart from the odd lost character when on the DL11). 
  38.  
  39. Hmmmm. Of course, you are right that DL11's do not have settable baud
  40. rates. I suppose I will try to scare up an DZ11 and try that, but overrunning
  41. the buffer shouldn't cause the whole system to crash, should it? I am 
  42. considering the hypothesis that the memory board is bad -- opinions?
  43. I also found the following tidbit on the kermit source disk pack: 
  44.  
  45. ;    Due to a change in the Terminal Handler, a slaved terminal must also
  46. ;      be attached or else unsolicited input will NOT be kept in the
  47. ;      typeahead buffer.  (See Software Dispatch Dec. 1983).
  48. ;      Terminal Emulation sure works better with this fix !!
  49.  
  50. From the one paragraph I have found in the "Guide to Operations" defining
  51. "attached" it seems that that is something a task does, not a user typing
  52. commands to a CLI. I can find no other documentation on attaching, and
  53. I can't find Software Dispatch (is that a journal?) in our libraries. 
  54. What does this mean?
  55.  
  56.  
  57.  
  58.