home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / tel / xpterm.doc < prev    next >
Text File  |  2006-10-19  |  4KB  |  104 lines

  1. XPTERM V1.0 [11-02-91]
  2. By James Yi [73327,1653]
  3.  
  4.  
  5. XPTERM is an XModem/ASCII up/download protocol that can access files on PDD
  6. while staying connected to host.
  7. M200 version can do this with both internal and external modem,
  8. but M100 version can only do it with external modem.
  9. If external modem is used, manual serial port connection switching between the
  10.  modem and PDD is required, and the modem must be able to hold
  11.  the line connection while it's disengaged from serial port.
  12.  
  13. This program works with either PDD-1 or PDD-2.
  14.  
  15. --- Getting Started ---
  16. 1> Download either XPTERM.100 or XPTERM.200.
  17. 2> Convert it to Basic file.
  18. 3> Set HIMEM appropriately, using CLEAR statement.  The program will be created to run just under HIMEM.
  19. 4> With about 7K of free RAM, Run the Basic file to create the program 
  20. XPTERM.CO.
  21. 5> The Basic file can then be removed if you wish.
  22. 6> Run XPTERM.CO.
  23.  
  24.  
  25. --- Setting serial port parameters ---
  26.  
  27. Select the baud rate - Press F5(Baud) and select a digit 0 to 9,
  28.  0 corresponding to 'M'(internal modem) and 1-9 to external modem, as in
  29.  TELCOM.  Baud rate is recorded in TELCOM's Stat setting so you don't have
  30.  to set it everytime you use the program.
  31.  
  32.  
  33. --- Downloading ---
  34.  
  35. Press F2(Down) and select '0' for text capture or '1' for Xmodem download.
  36. Then supply file name.  File is assumed to be in RAM unless prefixed with
  37.  device name.
  38. To download to PDD, prefix with ':', e.g., ":FILE".  If you are using an
  39.  external modem, the program pauses and waits for you to make the serial port
  40.  connection switch between PDD and modem.  You do not have to manually
  41.  switch if using internal modem.  Note PDD access with internal modem use is 
  42. for M200 only.  If no file name extension (DO,BA,CO) supplided, DO
  43.  (text) is assumed.  BA and CO files
  44.  can be transferred only if they are in
  45.  RAM - do not use the prefix "RAM:", but just the file name w/o any prefix.
  46. To abort download hold down F2 until it aborts.
  47. If you transfer files between two computers using null modem cable,
  48.  keep in mind that maximum Xmodem download speed is 9600 bauds(F5(8))
  49.  for this program.
  50. Aborted download in RAM is kept only if it's a DO file.
  51.  
  52.  
  53. --- Uploading ---
  54.  
  55. Press F3(Up).
  56. To check error when uploading with ASCII protocol, press NUM lock.  
  57. Error is checked by comparing sent data with echo.  Data that doesn't match is
  58.  printed in inverse video.
  59.  
  60. To abort upload hold down F3 until it aborts.
  61.  
  62. --- Editing text file ---
  63.  
  64. Press F7(Edit) and supply name of text file in Ram to edit; ".DO" extension 
  65. not needed.  Exiting the editor returns you back to XPTERM.  To edit the same 
  66. file again where you last left off, hold down SHIFT with F7.  If you don't
  67.  want the program to remember the current file, hold down SHIFT when 
  68. exiting the editor.  For example, if you edit FILE-A, exit it, and then FILE-B,
  69.  but you want return to FILE-A after exiting, use SHIFT when exiting FILE-B.
  70.  
  71.  
  72. --- Dialing ---
  73.  
  74. F6(Dial) and enter the number.
  75. The cursor jumps to next line when the connection is made, and F6 becomes 
  76. "Hgup" - pressing F6 when it says that, disconnects.  SHIFT-BREAK aborts dial.
  77.  
  78. SHIFT+F6 dials the numbers that the cursor was pointing to the last time
  79. you edited(F7) a text file.
  80.  
  81.  
  82. --- Exiting ---
  83.  
  84. F8(Exit) exits the program with the connection held, so you can return to
  85. the program and resume session.
  86. SHIFT-F8 runs a program named "USER.CO" if it's in RAM, else just beeps.  "USER.CO" can be any program.
  87.  
  88.  
  89. --- ERROR codes ---
  90.  
  91.  7 - Memory is full
  92.  18 - I/O error (PDD not ready perhaps)
  93.  52 - File not found (Upload)
  94.  55 - Bad file name
  95.  57 - RAM directory is full
  96.  96 - PDD disk is full
  97.  
  98.  
  99. --- Miscellany ---
  100.  
  101. F1(Prev) and F4(Full/Half duplex) is same as those in Telcom.
  102.  
  103.  
  104.