home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mips / 1023 next >
Encoding:
Internet Message Format  |  1992-11-04  |  2.9 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!olivea!spool.mu.edu!caen!hellgate.utah.edu!csn!teal.csn.org!milton
  2. From: milton@teal.csn.org (Milton Scritsmier)
  3. Newsgroups: comp.sys.mips
  4. Subject: Re: Serial Communication on RS2030
  5. Message-ID: <Bx82Cs.Gnt@csn.org>
  6. Date: 5 Nov 92 02:46:04 GMT
  7. References: <MexHghOSMUE2RcXKEd@transarc.com> <Bx5M22.BEK@news.cso.uiuc.edu>
  8. Sender: news@csn.org (news)
  9. Organization: Colorado SuperNet, Inc.
  10. Lines: 47
  11. Nntp-Posting-Host: teal.csn.org
  12.  
  13. In article <Bx5M22.BEK@news.cso.uiuc.edu> yates@alexia.lis.uiuc.edu (Kent Yates) writes:
  14. >>In article <MexHghOSMUE2RcXKEd@transarc.com> Bill_von_Hagen@transarc.com writes:
  15. >>>Having gotten my machine up and running (thanks to many readers of
  16. >>>this group!), I naturally want to be able to upload/download stuff to
  17. >>>it, rather than writing tapes and using the tape drive.  I've compiled
  18. >>>two different versions of kermit for it, but I've had the same types
  19. >>>of problems with both.  I'd appreciate any help anyone could give me.
  20. >>>The same problems occur at 2400, 4800, and 9600.  My modem is a
  21. >>>
  22. >[bunch of stuff omitted here]
  23. >>>
  24. >>>I'd appreciate any help anyone could give me.  Actually, if anyone has
  25. >>>a working version of kermit for this machine and could send me a
  26. >>>uuencoded binary, along with their .kermrc file, I'd be ecstatic.  I'm
  27. >>>running Risc/OS 4.52.  
  28. >>>
  29. >
  30. >to which, milton@teal.csn.org (Milton Scritsmier) replies:
  31. >
  32. >>I hate to disappoint you, but the RS2030 cannot properly support
  33. >>modems as the proper control signals are not provided. For example,
  34. >>there is no RTS/CTS for hardware flow control, among other signals.
  35. >>The serial ports are meant for terminals only.
  36. >
  37. >>I know how you feel, I wanted to run a modem from my RS2030 too. :-(
  38. >
  39. >
  40. >You shouldn't need RTS/CTS to do flow control, since software flow
  41. >control will do the trick. The other control signals are not pertinent to
  42. >data transfer itself, so aside from CTS/RTS, what is it about these
  43. >ports that would make them fail to do a Kermit transfer, even at
  44. >lower baud rates?
  45.  
  46. I don't know how kermit handles binary file tranfers, but I do know that
  47. to use zmodem with binary files you really do need RTS/CTS flow control,
  48. or else have the modem transfers locked at a speed that both computers
  49. can handle. The reason is that the Cntrl-S/Cntrl-Q characters will often
  50. show up in a binary transfer (consider compressed files), and lock up
  51. the transfer.
  52.  
  53. It's not just the RTS/CTS signals. Several months ago I went through
  54. connecting up a V.32 modem to my home computer, and had to go get a
  55. 7-wire serial cable to fully support it. Unfortunately, I can't off
  56. the top of my head remember which 7 of the RS-232 signals are essential.
  57. I do know that the RS2030 serial ports don't support all these signals.
  58. There was a table in the release notes for RISCos 4.50 which showed
  59. which signals are supported by the RS2030 and other Mips machines.
  60.