home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / sys5 / r4 / 1342 < prev    next >
Encoding:
Text File  |  1993-01-21  |  2.1 KB  |  67 lines

  1. Newsgroups: comp.unix.sys5.r4
  2. Path: sparky!uunet!cs.utexas.edu!uwm.edu!linac!att!cbnewsm!corey
  3. From: corey@cbnewsm.cb.att.com (william.c.brown)
  4. Subject: Re: RS-232 comm. in UNIX workstation
  5. Organization: AT&T
  6. Distribution: usa
  7. Date: Thu, 21 Jan 1993 12:57:00 GMT
  8. Message-ID: <1993Jan21.125700.20163@cbnewsm.cb.att.com>
  9. Summary: No problem!
  10. References: <1993Jan20.010032.4267@arizona.edu>
  11. Lines: 54
  12.  
  13. In article <1993Jan20.010032.4267@arizona.edu>, jwkim@ece.arizona.edu (Jinwoo Kim) writes:
  14. > Dear Netters,
  15. > I am trying to connect UNIX workstation with the PC using serial
  16. > communication cable(RS232-C). I know how to do in the PC side, 
  17. > but don't know how to implement in the workstation side.
  18. > My workstation is Motorola MPC (Multi Personal Computer model-200/300)
  19. > and OS is System V/M88. The machine has one serial comm. card (MVME714/M)
  20. > which has two serial ports.
  21. > I appreciate if somebody who had some experience in RS-232
  22. > communication in the UNIX workstation help me.
  23. > Thanks in advance.
  24. > Jinwoo Kim       Email :  jwkim@helios.ece.arizona.edu
  25.  
  26.  
  27. I was able to do this between my PC running ESIX and another PC by strapping
  28. the following pins.
  29.  
  30.  
  31.     DOS PC        ESIX PC
  32.     1        1
  33.     2-------\/------2      Cross 2 and 3 so that transmit and receive
  34.     3-------/\------3      work properly.
  35.     4        4
  36.     5        5
  37.     6         *--6
  38.     7---------------7     *Strap 6,8 and 20 together on the workstation
  39.     8            *--8      side. Use software flow control.
  40.     20           *--20
  41.  
  42. Your best bet is to use a break-out box to determine what leads are coming
  43. high when the machines are connected together. Use the straps in the break-out
  44. box to simulate a connector. Once you have found the combination that works
  45. get an rs-232 "kit" from your local computer supplier and make up a connector
  46. that fits your needs...
  47.  
  48.  
  49.  
  50. /* -----                            */
  51. /* Corey Brown  (WB0RXQ): 20m, 15m, 2m(146.82) 70cm(443.65)     */
  52. /* AT&T NSD                            */
  53. /* Alpharetta, Ga 30202                        */
  54. /* (404)750-8071                        */
  55. /*            -----------------            */
  56. /* att!alphlk!wcb          | They're history in terms of the    */
  57. /* attmail!wcbrown         | future! (lws-91)            */
  58. /*                              ----- */
  59.  
  60.  
  61.