home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol157 / cistrn.doc < prev    next >
Encoding:
Text File  |  1985-03-14  |  2.2 KB  |  104 lines

  1. CISTRN -- CIS Exec for TRS-80/100
  2.  
  3. Copyright 1982  Michael M Rubenstein
  4.  
  5. Portions of program
  6. Copyright 1980-81  CompuServe
  7. Copyright 1983     Michael M Rubenstein
  8.  
  9.  
  10. Description.
  11.  
  12. CISTRN looks and acts in most respects
  13. like the standard TELCOM program
  14. included in the Model 100 ROM.  In
  15. fact, for the most part it is the
  16. TELCOM program.  In a few places
  17. actions of TELCOM are intercepted to
  18. provide additional functions.
  19.  
  20. CISTRN allows error free uploading and
  21. downloading using the CIS A protocol.
  22. This protocol is available on
  23. CompuServe for uploading to your own
  24. file space or downloading from your
  25. file space, public access or sig
  26. access.  Programs are also available
  27. which allow uploading and downloading
  28. to CP/M based systems (and perhaps to
  29. others).
  30.  
  31. To upload or download you must be using
  32. an 8 bit setting (e.g. m8n1e).
  33.  
  34. To upload or download to your file
  35. area, go to programming (the OK prompt)
  36. and type
  37.  
  38.     r xftran
  39.  
  40. You will be prompted for additional
  41. information.
  42.  
  43. To download from public or sig access
  44. type
  45.  
  46.     dow <filename>
  47.  
  48. where <filename> is the name of the
  49. file on CompuServe you wish to
  50. download.  You will be prompted for the
  51. name on the Model 100.
  52.  
  53. Only ascii files can be transfered.
  54. The extension on the model 100 is
  55. always .DO which need not be entered.
  56.  
  57. All facilities of TELCOM may be used
  58. except the standard uploading and
  59. downloading of files.  These do still
  60. appear on the label line, but will be
  61. ignored.
  62.  
  63. The auto power off facility will not
  64. work in CISTRN, so be sure to exit
  65. and turn the machine off when you are
  66. finished.  NEVER TURN OFF THE MACHINE
  67. WHILE IN CISTRN.  This may hang the
  68. Model 100.
  69.  
  70.  
  71. Installation.
  72.  
  73. You will need CISTRN.100 (CISTRN.BA on
  74. the Model 100), CISTRN.HEX (CISTRN.DO
  75. on the Model 100) and HEXLDR.BA.  Run
  76. HEXLDR.BA.  In response to the file
  77. name prompt, type
  78.  
  79.     CISTRN
  80.  
  81. Loading will take a little while.  At
  82. the end, you will have CISTRN.CO.  You
  83. may then delete CISTRN.DO and
  84. HEXLDR.BA (keep copies on cassette for
  85. backup).  To execute CISTRN just run
  86. CISTRN.BA.
  87.  
  88.  
  89. Known Deficiencies
  90.  
  91. -  ASCII capture and send (standard
  92.    TELCOM up and down) are not
  93.    available.
  94.  
  95. -  The Model 100 may hang if power is
  96.    turned off in CISTRN.
  97.  
  98. -  It is not possible to leave CISTRN
  99.    without disconnecting the built in
  100.    modem.
  101.  
  102.  
  103. End of Document
  104.