home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / kaypro / trs2kpro.txt < prev    next >
Text File  |  1994-07-13  |  6KB  |  123 lines

  1.  
  2.  
  3.              Getting a Tandy to Talk to a Kaypro
  4.  
  5. By JOHN LUSTIG
  6.  
  7.      Describing a Kaypro is like trying to describe a blind date.
  8. "Beautiful" is rarely the first word that comes to mind.  Instead, you'd
  9. probably tell a friend that your little Kay is cute, compact and has a
  10. lot of personality.  And--unlike some blind dates--they're portable.
  11.  
  12.      Well, sort of portable.
  13.  
  14.      The truth is that sometimes a Kaypro is anything but portable.  As
  15. a freelance writer, I soon found that lugging a Kaypro along with me
  16. everywhere was a good way to build muscles--but impractical from a
  17. writing standpoint.  Being on the go much of the time, it always seemed
  18. easier to work with my good, old, bare-bones word processor (a pad and
  19. pen) than to drag along my Kaypro.
  20.  
  21.      So a couple of years ago I broke down and bought a TRS-80 Model 100
  22. lap computer from Radio Shack.  I've never been really thrilled with the
  23. Model 100's primitive, built-in word processor or its tiny screen.  But
  24. the Model 100 is truly "portable" and it's come in handy in situations
  25. where I've had to leave my "Little Kay" behind.
  26.  
  27.      Before I bought the Model 100, though, I was determined to make
  28. sure I could pass data back and forth between it and my Kaypro.  This
  29. turned out to be a lot more difficult, however, than either I or the
  30. salesman suspected.  It took days of experimenting to finally figure out
  31. a way to use the public domain program, MODEM7.COM, to transfer data
  32. between the two computers.
  33.  
  34.      Since joining PUGSKUG, I've occasionally thought about writing an
  35. article explaining how to hook up a Kaypro to a Model 100.  But I wasn't
  36. sure if anyone else in PUGSKUG has a Model 100, so I kept putting the
  37. article off.
  38.  
  39.      I still don't know if anyone in the club has a Model 100, but since
  40. getting elected (or was I shanghaied?) vice-president of PUGSKUG, I
  41. decided to stop talking about doing this article and just sit down and
  42. do it.
  43.  
  44.      As luck would have it, two days before I sat down to do this
  45. article, the February issue of "Portable 100/200/600" magazine arrived
  46. in the mail with a story on--you guessed it--how to transfer data
  47. between CP/M machines and Model 100s.
  48.  
  49.      OK, that probably sounds suspicious.  But honest, I knew how to
  50. upload data from the Model 100 to the Kaypro long before I read Ken
  51. Haller's story.  But I do want to credit Haller.  Thanks to him I now
  52. know how to transfer data back the other way--downloading data from the
  53. Kaypro to the Model 100.
  54.  
  55.      I suspect most people, however, won't have a great need for this
  56. ability.  If you own both machines then you are much more likely to
  57. upload files from the Model 100 than the other way round.  For that
  58. reason--and because I really don't want to crib anything from Haller's
  59. article--I'm just going to relate how to upload files from the Model
  60. 100.  If you do want info on downloading--or transferring Basic programs
  61. between the two computers--pick up a copy of the magazine or give me a
  62. call at 525-6257.
  63.  
  64.      (The same issue of "Portable 100/200/600" also explains how to get
  65. the Model 100 to talk to MS-DOS and Macintosh computers.  If you're
  66. thinking of buying a lap computer soon, then you might keep in mind the
  67. Model 100's ability to communicate with other popular computers.  Of
  68. course, it doesn't have all the dandy features of the new, CP/M-based
  69. Bondwell-2 Lap Portable.  But the Model 100 is a heck of a lot
  70. cheaper--especially if you're willing to buy second-hand.)
  71.  
  72.      Anyway, on to the meat of this article:
  73.  
  74.  
  75.      HOW TO UPLOAD FROM A MODEL 100 TO A KAYPRO
  76.  
  77.      Begin by getting a null modem cable (available from Radio Shack)
  78. and linking the Kaypro and the Model 100 via their RS-232 ports.  Then
  79. turn on the Kaypro.  In Drive A place a disk with MODEM7.COM.  (Modem7
  80. is available as part of the PUGSKUG library.) Place a blank, formatted
  81. disk in Drive B.  Then type: MODEM7
  82.  
  83.      After the Modem7 menu appears, type in the following on your
  84. Kaypro: T B:filename.ext
  85.  
  86.      Hit the Return key.
  87.  
  88.      When the disk drives quit spinning, do a Control Y.  (Hit the
  89. Control key and the Y key at the same time.)
  90.  
  91.      Now, turn on your Model 100 and enter the document you want to
  92. transfer.  With the cursor at the top of the document, hit the Return
  93. key a couple of times so that two blank lines are added to the beginning
  94. of the document.  (This is necessary to keep the Kaypro from eating the
  95. first line of the document during transfer.)
  96.  
  97.      Push the Label key and then press the Save key (F3).  The Model 100
  98. will then ask you what device you want to save the story to.  Respond by
  99. typing in: 38N1E
  100.  
  101.      Hit the Return key.
  102.  
  103.      Data from the Model 100 should now be appearing across your
  104. Kaypro's screen.  When the transfer is complete, type in a Control E on
  105. your Kaypro keyboard.  You should now be back at the Modem7 menu.  To
  106. write the data to disk you must type in: WRT
  107.  
  108.      Hit the Return key.
  109.  
  110.      To get back to the CP/M prompt, all you have to do is type: CPM
  111.  
  112.      Hit the Return key.
  113.  
  114.      That's all it takes.  You should now have a copy of that file from
  115. your Model 100 on your Drive B disk.
  116.  
  117.      (Note: I'm assuming that you'll be transferring data at 300 baud.
  118. If you find a way to set up Modem7 to accept data at 1200 baud then you
  119. must type in a different code on your Model 100.  Instead of "38NIE",
  120. type in "58NIE".)
  121.  
  122.  
  123.