home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / C128 / MEXHELP.DOC < prev    next >
Text File  |  2000-06-30  |  8KB  |  204 lines

  1. ==============================
  2. MEXHELP.DOC
  3.  
  4.      EDITED BY: [CHUCK.WAGON]
  5.              -:[CARL]=-
  6. 07/11/87
  7. ==============================
  8.  
  9.  
  10.      I will be the first to admit that it took me about six weeks to
  11. figure out how to get my MEX terminal program to run in a functional
  12. usable way despite the fact that I had already mastered several C-64 and
  13. C-128 communications programs.  The biggest reason for this is due
  14. mainly to the cryptic documentation (from a beginning telecommunicators
  15. standpoint) and the Command Line orientation of the program versus Pull
  16. Down Menu Structure of the more GRAPHICS oriented Native 128 and 64
  17. Software.
  18.  
  19.      However, these initial problems aside MEX is a Powerful piece of
  20. Communications Software and, when used with your Ram Expansion Module
  21. can allow you to download up to half a megabyte of information in one
  22. continuous block which is great for transferring databases and large
  23. files not limited to the smaller disk and Ram buffers sizes of the C-64
  24. C-128 Modes of your computer.  Using the Ram Expansion Module and Mex
  25. gives you the Telecommunications power of computers costing hundreds if
  26. not thousands of dollars more than your C-128.  Once you master a few
  27. simple commands you will be able to take advantage of this feature
  28. packed terminal program and this article is designed to give the basics
  29. to getting up and running.
  30.  
  31.  
  32.      Basically all Telecommunications programs are designed to perform
  33. the same functions that is; Connect to a host computer and transfer
  34. information.  More advanced functions will include the use of buffers to
  35. temporarily store data which may be edited before transferring it to an
  36. output device (Screen, Disk or Printer).  Additionally most modern
  37. telecommunications programs will feature Auto Dialing and custom
  38. configuration abilities as well.  MEX offers all of these features and
  39. if you have done these things with other telecommunications software you
  40. will be that much ahead of the game in learning how to use MEX.
  41.  
  42.      Mex is an evolutionary program to the extent that it follows the
  43. structure and commands of earlier CP/M Communications software.  (MODEM7
  44. is in my mind).  In fact some of the IMP commands are similar to those
  45. used in MODEM7 and MEX.  The point here is that like in 128 and 64 Mode
  46. once you have learned to use one type of term program it is generally
  47. not to difficult to figure out others and the same holds true for the
  48. CP/M side so keep an open mind and this should help you to get it
  49. together much quicker.
  50.  
  51.  
  52.  
  53.  
  54. Accessing MEX
  55. -------------
  56.  
  57.      To access MEX from CP/M, make sure the MEX.COM program is in the
  58. logged drive (m:Drive if you're using it in your Ram Disk) and type MEX.
  59.  
  60.      That's it.   MEX
  61.  
  62.      To get out and return to DOS just type CPM.
  63.  
  64.      You will exit MEX and return to DOS.
  65.  
  66.  
  67.      Once inside MEX like other terminal programs you are not
  68. automatically in terminal mode but are in a holding area so to speak
  69. where you may select a program function you want to perform, eg. Set
  70. system parameters, send or receive files, open a capture file, enter
  71. terminal mode, etc.  This is no different than being presented with a
  72. main menu in one of your Commodore term programs except with MEX they
  73. forgot to present you with the menu.  To get help you will need to ask
  74. for it which is what the command line prompt is used for.  Type in a ?
  75. at the prompt and you will be presented with a list of commands you may
  76. use from NON/TERMINAL mode.  Some of this should start to look Familiar?
  77.  
  78.  
  79.  
  80. Accessing Terminal Mode.
  81. -----------------------
  82.  
  83.      To Access Terminal mode type "L" at the MEX Prompt.  This will put
  84. you in local echo mode suitable for communications with GEnie.  Typing a
  85. "T" will put you in terminal mode with no echo and you and you won't be
  86. able to see what your sending.
  87.  
  88.      To get help in terminal mode press the escape Key and then the ?
  89. key.  Note: Using Escape sequences is a little different than executing
  90. control key sequences.  Don't hold the keys down together at the same
  91. time like executing a control key sequence in WordStar, instead press
  92. the keys separately.
  93.  
  94.  
  95.  
  96. Dialing a Number
  97. ----------------
  98.  
  99.      To Dial a number out type ATDT (if you're using a Hayes Compatible
  100. modem such as a Commodore 1670) preceded by the number you are calling
  101. and then press the return key.
  102.  
  103.      Eg. ATDT5796440
  104.  
  105.      The ATDT must be typed in capital letters or your modem won't
  106. recognize that you are sending it a command.
  107.  
  108.      The program will then dial the number and if a carrier is detected
  109. within in the proscribed delay time the computers will hook up.
  110.  
  111.      Once you have logged on to the system you can follow its prompts
  112. for the most part and begin your telecommunications session.
  113.  
  114.      NOTE: The program is capable of autodialing which can be accessed
  115. from non terminal mode using the CAL command however we're not going to
  116. get into this in this article for the sake of KISS (keeping it simple
  117. stupid).
  118.  
  119.  
  120.  
  121. Capturing Text
  122. --------------
  123.  
  124.      Many times online you will find that you would like to retain the
  125. information being displayed to your screen.  With MEX you may capture a
  126. block of text by creating a buffer file.  To do this you must exit
  127. terminal mode briefly.  This is done by first hitting the escape key and
  128. then the E (for Exit) key.  Again, Press the two keys separately and you
  129. should find your self back in non-terminal mode staring at a MEX Prompt.
  130. At this point creating a buffer file is as simple as pie.
  131.  
  132.      Type,
  133.  
  134.      l filname.doc
  135.  
  136.      whereas l = (return to local terminal mode)
  137.         filename.doc = (Any legal CPM filename.)
  138.  
  139.      and then press return.
  140.  
  141.      This will send you back to terminal mode were you will get a
  142. message telling you that the ASCII buffer has been turned on.  Also any
  143. time that you see a line starting with a (:) it is being captured.
  144.  
  145.      To toggle the buffer on and off in terminal mode press the Escape
  146. key and the U key to turn the capture off and Esc S to Start capturing.
  147.  
  148.      Note: You can't turn the capture on and off if you haven't opened
  149. a buffer file.
  150.  
  151.      Other Nifty Esc Sequences to know are:
  152.  
  153.      Esc @ to send a break command to the Host computer
  154.  
  155.                         and
  156.  
  157.      Esc T to transmit a text file from Disk or Ram Disk to the host
  158. Computer, for uploading pre-written GEnie E-Mail.
  159.  
  160.  
  161. Transferring Binary Files.
  162. -------------------------
  163.  
  164.      Transferring Binary files is just as simple.  First you must exit
  165. terminal mode as above (Press Esc E).  The protocol is essentially the
  166. same here, type either an S for Send or R for Receive followed by a
  167. space and then the Drive/User# followed by the file name.
  168.  
  169.      For example to receive a file named SMART.COM type,
  170.  
  171.      R A0:SMART.COM
  172.  
  173.      To Transmit the same file type,
  174.  
  175.      S M0:SMART.COM
  176.  
  177.      Note: If you do not designate drive and user specifications MEX
  178. will assume the default drive and user specs.
  179.  
  180.  
  181.      Mex will open the file and display the block number being
  182. transmitted or received as the case may be during the transfer.  When
  183. the transfer has been completed you will be returned to the non-terminal
  184. mode where you must instruct the program to return you terminal mode to
  185. regain communications with the host computer to download another file,
  186. log off, or whatever.
  187.  
  188.      Well, that's it, the above will get you started and after you've
  189. begun to perform these basic functions you may be able to understand the
  190. more cryptic instructions in the MEX Users Guide and maybe you won't but
  191. I think this will open the door for most of you out there.
  192.  
  193.      If you have questions I'll be glad to help in any way I can as I am
  194. sure Michael Mantino (GEnie Commodore/CP/M SYSOP) Michael.M will in a
  195. lot of cases offer his valuable assistance as well.
  196.  
  197.  
  198. Regards...
  199.  
  200.  
  201.  
  202.      [CHUCK.WAGON]
  203.   -=:CARL:=-
  204.