home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / comms / a173_1 / !ZAnsi / !Help < prev    next >
Text File  |  1992-09-15  |  7KB  |  196 lines

  1. © Copyright 1992 Alfred Tascon
  2. ==============================
  3.  
  4. Disclaimer
  5. ==========
  6. You may copy, redistribute this program, as long as
  7. no changes are made to the program & any of its data
  8. file, specially any Reverse Engineering done on the
  9. executable. And above all no profit is made.
  10.   This program may not be included in any PD library
  11. unless direct authorization by myself, Alfred Tascon.
  12.   This program is supplied as is & the author will
  13. not be accountable to any use, misuse, or damage,
  14. direct or implied, afflicted by the running of this
  15. program.
  16. i.e. Use at own risk.
  17.  
  18.  
  19. Features
  20. ========
  21.   - ANSI + VT52 + VT100 + VT220(keyboard) terminal
  22.     emualtion. I don't claim  its perfect but does
  23.     the more common escape codes. It currently
  24.     doesn't support blinking.
  25.   - XModem & ZModem file transfer Protocols.
  26.   - Built into ZModem is a way of transperently
  27.     sending file types with the files. Therefore if
  28.     the receiving end is running this program it
  29.     will pick up this and type the file accordingly.
  30.   - Custom Display drivers written in ARM code, with
  31.     its own IBM font.
  32.  
  33.  
  34. Short Help Follows...
  35. =====================
  36. (Sorry about the grammar but its 3 am & my vocab's
  37. been limited to code,code,code.....)
  38.  
  39. If you find the program hangs/wont run/disappears
  40. change the wimpslot assignment to at least 320K &
  41. please let us know if you had to. Inform me what
  42. system/config you're running it under.
  43.  
  44. To send, drop file or directory on icon in iconbar
  45. or the terminal window.
  46.     1)directory = batch.  (zmodem only)
  47.     2)file = single.
  48.  
  49. To receive select appropriate protocol & click
  50. the OK in its appropriate submenu. (ZMODEM can be,
  51. & is by default, made to auto start, when the other
  52. end initiates a 'send zmodem'.)
  53.  
  54. It can't do multiple selection type drops.
  55.  
  56. Also when changing file txfer protocol use your
  57. right mouse buttons (dont have to but youll see
  58. why its better)
  59.  
  60. Also note...
  61. If you have two computers running my program
  62. & transfering stuff using Zmodem, it will recreate
  63. the underling directory tree (anchored at the
  64. Rx Anchor, specified in Options) AND THE FILE TYPE.
  65. e.g. If you send an application, it will be
  66. recreated over at the other end. No need to archive
  67. it all, send it then dearchive it to preserve the
  68. structure & file type.
  69.  
  70. If any problems occur check that the Options are set
  71. properly. (Use your brain!)
  72.  
  73. Also if it starts displaying funny characters
  74. on the screen, turn 'HBit Set' or 'Graph. Char' off
  75. in the Terminal submenu. If its already off, then
  76. probably wrong baud rate.
  77.  
  78. Note about some funny key assignments please note:
  79.     Press            Txmit
  80. ------------------+---------------
  81. Print             |   Del
  82. <Ctrl>F12         |   F12
  83. <Shift><Ctrl>F12  |   <Shift>F12
  84.  
  85.  
  86. In the Future I'll write a proper help file,
  87. explaining what all the options do, and what can
  88. go wrong (might be easier to write what goes right).
  89.  
  90. A few additions since I started to write this help
  91. file:
  92.   1 - Added a security option that scrambles/descrambles
  93.       the data txfered. Only works if both sides
  94.       are running my program & have the same password
  95.       NOTE:Its case sensitive including any spaces
  96.            at the beginning or end.
  97.   2 - Added a quick job for modem control. It comes
  98.       with default set to Hayes compatible modems.
  99.       I only put it in because when security was set
  100.       I couldn't send any commands to the modem.
  101.          Also  |M = <CR>
  102.           &    |W = wait 1 sec.
  103.   3 - Added the Save config option, which is reloaded
  104.       when the program is rerun. To go back to all
  105.       the defaults, delete the !Choices file inside
  106.       !ZAnsi.
  107.   4 - Added Status Display to icon, on icon bar.
  108.       For all ya lamers out there, if ya close the
  109.       window it will still keep on receiving & will
  110.       inform you of any incoming material.
  111.   5 - Added a Chat mode (actually had this for a
  112.       while but never documented its use). The top
  113.       half displays what you receive & the bottom
  114.       half displays what you send. Also the function
  115.       keys txmit various ANSI escape sequences that
  116.       change display characteristics. Table follows:
  117.  
  118.   Unshifted = Forground colour
  119.     Shifted = Background colour
  120.      F1       Black
  121.      F2       Red
  122.      F3       Green
  123.      F4       Yellow
  124.      F5       Blue
  125.      F6       Orange (or Magenta in 256 colour mode)
  126.      F7       Lt. Blue (or Cyan   "  "    "      ")
  127.      F8       White
  128.  
  129.               Unshifted             Shifted
  130.               ----------            ----------
  131.      F9       Normal                Bold
  132.      F10      Underlined            Italic
  133.      F11      Reverse               Faint
  134.      F12  (No Funtion. i.e. Just handed to RISCOS)
  135.      Insert   Double Width          Normal Width
  136.      Home     Screen Clear
  137.      Delete   Clear to End of Line
  138.      Copy/End Clear to End of Page
  139.      PageUP   Scroll contents UP
  140.      PageDOWN Scroll contents DOWN
  141.  
  142.   6 - Added the 'Cursor Lock' option in the menus.
  143.       This scrolls the Terminal window around, so
  144.       the cursor is always seen, ala editor style.
  145.    
  146.   7 - I added the "Leaf Length:" icon. As the first
  147.       bug fix. RISCOS 2 isn't smart enough to chop
  148.       leaf filenames so it returned an error on
  149.       filenames > 10, now the length limit is set
  150.       in this icon. A zero means no chopping.
  151.  
  152.   8 - I finally got my data sheets & was able to get
  153.       > 19200 baud rates on my A5000. There is now
  154.       a menu item which selects your machine as an
  155.       A5000 / non A5000, this selects different
  156.       baud rates that are supported by the differing
  157.       machines.  Note: I've implemented the higher
  158.       baud rates by a non-standard bit of software
  159.       so if you're 82C710 isn't mapped at &3010000
  160.       my "fix" won't work.(More precisely the serial
  161.       part of the chip at &3010fe0, since this is
  162.       configurable from software.)
  163.  
  164. This program has been released as Registerware...
  165. If you like it, send A$30 & I'll send you a
  166. registered one. Which entitles you to 1 upgrade
  167. which will probably have a full dialer (currently
  168. writing it).
  169.  
  170. My Address is
  171. Alfred Tascon
  172. 11 Wilkinson St.
  173. Gosnells, W.A. 6110
  174. Australia
  175.  
  176. Suggestions/Bug Reports are most welcome.
  177.  
  178. Put it to good use. And lets get modeming...
  179.  
  180. Greets to Nehrus (I've got a V.32 V.42bis now)
  181. Give us a call sometime.
  182.  
  183. The ZModem & XModem Protocol are based on the Amiga
  184. XPR sources. The original Zmodem XPR sources were by
  185. Rick Huebner and William M. Perkins and the XModem
  186. by Marc Boucher & David Betz.
  187.  
  188. Thanks to Simon Huntington for his Interface Module,
  189. as that made my progam look 'nicer', and whoever
  190. wrote the SerInptBuf module as it saved me having
  191. to write one.
  192.  
  193. Also thanks to John Davey for his Anchor sprite,
  194. the InterfaceManager Templates, & his help on some
  195. of the 256 colour VDU commands.
  196.