home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 8 / boot-disc-1997-04.iso / PDA_Soft / Psion / comms / vt122 / VT100ENG.TXT next >
Text File  |  1994-06-06  |  11KB  |  329 lines

  1. VT100 Terminal Emulator
  2. Prliminary Manual
  3.  
  4. 1. Introduction
  5. The VT100 Terminal Emulator is a communications program that supports the DEC
  6. VT100 Escape sequences for ANSI and TTY Emulations.  The software works only
  7. on the Series3a.
  8.  
  9. 2. Getting Started
  10. To start the emulator, install the application in the system memu.  Select
  11. 'Insall' from the menu under 'Application', select 'Terminal.app' as the
  12. filename.  Press ENTER, and the application can be started.  The cursor must
  13. be under the terminal icon.  When you press ENTER, the terminal screen will
  14. appear with a flashing cursor.  The software is ready to use and is waiting
  15. for your command.  The default settings for the port are as follows:
  16.  
  17.         Port: 9600 Baud, 8 Bits, 1 Stop bit, No parity, TTY:A
  18.         Handshake: XON/XOFF
  19.         Initialisation: atz
  20.         Hangup: +++^$D02H0^M
  21.         Dial mode: Pulse
  22.         Screensize 80 Columns by 25 Rows.
  23.  
  24. All settings can be changed using the 'Settings' option in the 'Options'
  25. menu.  Use of a handshake protocol is recommended to improve the communication.
  26.  
  27. 3. The Menu
  28.  
  29. 3.1 Communication
  30.  
  31. 3.1.1 Initialisation
  32. The initialisation is set to 'atz'.  In 'Settings' the 'z' can be changed for
  33. another symbol.  The 'at' cannot be changed.  If the connection to the modem
  34. is ok, then 'OK' will appear.
  35.  
  36. 3.1.2 Dialling
  37. In this dialoguehere are three optionsn:
  38.         Redial(TAB): Redials the last number
  39.         Free: free enter of the telephone number
  40.         File: Searches a database for a number.  The file to use is set in
  41.           the 'Settings' option (see Appendix B).
  42.           
  43. If a number is given by free entry, or dialed from the a file, this will
  44. automatically be saved in a file.  You can then edit this number and use it
  45. again later.  The file is in the \INI\ directory.
  46. When the program is started, both the SSDs and the internal disk are searched.
  47.  
  48. 3.1.3 Hangup
  49. Breaks the connection.  This sends the string defined in 'Settings', which as
  50. default is '+++^$D02H0^M'. The ^$d02 causes a delay of three seconds.
  51.  
  52. 3.2 Display
  53.  
  54. 3.2.1 Delete
  55. The delete command clears the screen, and moves the cursor to the top-left
  56. corner.
  57.  
  58. 3.2.2 Screen
  59. In the screen dialogue the following settings can be changed:
  60.         Local or external echo on or off
  61.         Status line size, or off
  62.         Block or underline cursor
  63.         Enter key with or without linefeed (0x10)
  64.         Position of the navigation window, or off
  65.  
  66. The status line informs the user of the current settings of the port, handshake,
  67. etc.
  68.  
  69. 3.2.3 TTY/VT100
  70. With this option the user can switch between TTY and VT100.  The menu entry
  71. is automatically changed.  When changing to VT100, the screen size will be
  72. asked.
  73.  
  74. 3.3 Transfer
  75.  
  76. This option controls the settings and the operation of the file transfer.
  77.  
  78. 3.3.1 Protocol
  79. This option selects a version of X-Modem or Y-Modem.  Pressing TAB lists all 
  80. of the available protocols.
  81.  
  82. 3.3.2 Send/Receive
  83. The point 'send' displays a file selector box, from which a file is
  84. selected to be sent.  For 'receive', the destination filename must be
  85. specified.  If no protocol has been specified, a different dialogue will
  86. appear.
  87.  
  88. 3.3.3 Report file on/of
  89. Switching this option on will save all of the displayed information in a file.
  90. An edit box will prompt for a filename.  To close the file, select this point
  91. again.
  92.  
  93. 3.4 Macro
  94. Macros can be used to automate the logon procedure.  'Change' and 'Select'
  95. edit and select the macros respectively.  In editing mode, the following
  96. convention is used:
  97.         - ^$dnn   Delays execution of the next command for nn seconds
  98.         - ^^      Sends HEX 5E
  99.         - ^<Char> Sends the characters HEX 00 to HEX 1D
  100.                   @ ->  00
  101.                   A to Z or a to z -> 01 to 1A
  102.                   [ -> 1B
  103.                   \ -> 1C
  104.                   ] -> 1D
  105.           Examples : ^m sends 0D (RETURN)
  106.                      ^g sends 07 (Bell)
  107.                      ^[[2J sends escape sequenz ESC [ 2 J
  108.  
  109.  
  110. 3.5 Options
  111.  
  112. 3.5.1 Settings
  113. This menu can three further sub-menu options:
  114.   Telephone directory: Selects the DBF file for the telephone numbers
  115.   Modem: Edits the codes for Hangup, Initialisation, and Dial prefix
  116.   Port: Sets the Baud rate, Data bits, Stop bits, and parity
  117.   Handshake: Selects the type of handshaking.
  118.  
  119. 3.5.2 Zoom
  120. Changes the font size.  The navigation window shows the current position
  121. (see 3.2.2).  The navigation window can be moved with Shift-Cursor, or
  122. Psion-Shift-Cursor for accelerated movements.
  123.  
  124. 3.5.3 Exit
  125. Closes the program.
  126.  
  127. 4. Summary
  128. Overview of the main menu:
  129. ╔════════════════════════════════════════════════════════════════╗
  130. ║ Communicate    Display          Transfer   Macro    Extras     ║
  131. ╟────────────────────────────────────────────────────────────────╢
  132. ║ Initialise     Clear            Protocol   Select   Settings   ║
  133. ║ Dial           Screen Options   Transmit   Change   Zoom       ║
  134. ║ Hangup         TTY              Receive             Exit       ║
  135. ║                                 Capture                        ║
  136. ║                                                                ║
  137. ║                                                                ║
  138. ╚════════════════════════════════════════════════════════════════╝
  139.  
  140. The options menu:
  141. ╔═════════════════╗
  142. ║ Settings        ║
  143. ╟─────────────────╢
  144. ║ Phone book      ║
  145. ║ Modem           ║
  146. ║ Port            ║
  147. ║ Handshake       ║
  148. ║                 ║
  149. ╚═════════════════╝
  150.  
  151. Changes from version 1.1B to 1.2B
  152.  
  153. The initialisation string "atz" has been changed to "atz^M", and the AT can
  154. now be edited.
  155. The error in the display during initialisation is now corrected.
  156. In the English version the word "Databits" has been corrected.
  157. The program has been tested on an English Series3a and work without any
  158. problems.
  159.  
  160. Changes from version 1.2B to 1.22B
  161.  
  162. The keys PF1 to PF4 can been accessed with the key-combinations CTRL-SHIFT-1 to
  163. CTRL-SHIFT-4.
  164.  
  165. Appendix A
  166.  
  167. Restrictions of the Shareware Version
  168.  
  169. "Dialling from a file"
  170. The settings for the filename will be saved, but dialling from this file
  171. is not permitted.
  172.  
  173. "Port parameters"
  174. Only Port A can be accessed.
  175. The maximal baud rate is 2400
  176.       (Registred version 9600)
  177.           (Full version 19200).
  178.  
  179. "Screen size for VT100 mode"
  180. Changes are ignored.
  181.  
  182. "Screen dialogue"
  183. Changes are ignored.
  184.  
  185. "Select macro"
  186. Macros can be edited, but not selected.
  187.  
  188. "Transfer"
  189. Data transfer is not possible.
  190.  
  191. "Zoom"
  192. Only available in registred or full version
  193.  
  194.  
  195.  
  196. Appendix B
  197.  
  198. Function of the table view
  199.  
  200. - Move in the table using the cursor or Shift-Cursor
  201. - Search the entries for a string
  202. - Quit the search with ESC
  203. - Select the number with ENTER
  204. - Quit without the number with SHIFT-ESC
  205.  
  206. Appendix C
  207.  
  208. Files and directories should be as follows:
  209.  
  210. \APP\terminal.app               Application
  211. \APP\TERMINAL\term01.rsc        Resource file (English)
  212. \APP\TERMINAL\term03.rsc        Resource file (German)
  213. \APP\TERMINAL\dbftable.dyl      Library for table view
  214.  
  215. Appendix D
  216.  
  217. INI File
  218. When the program is first stared, a directory M:\INI\ will be created, and
  219. a file TERMINAL.INI will be placed in the directory.  This is save in text
  220. mode, and can be edited by the user.  The order of the lines is not
  221. imported.  Comment lines begin with a !  This directory can be moved
  222. to an SSD, although a RAM SSD is recommended.  On subsequent uses, the
  223. \INI\ directory is searched for on the internal disk, and then on A and B.
  224. If no directory is found, a new directory will be created on the internal
  225. disk.
  226.  
  227. Appendix E
  228.  
  229. Registration
  230.  
  231. You may use the Shareware Version unregistered free of charge for a period of
  232. up to 30 Days, after which you are required to register.  You may copy the
  233. shareware version of the VT100 Emulator, so long as all associated files are
  234. copied.  You may not modify any of the files in any way.
  235.  
  236. Registering the shareware version will entitle you to use Baud rates of up
  237. to 9600 baud and the zoom function.
  238.  
  239. Upgrading to the full version entitles you to use Baud rates of up to
  240. 19200 baud, the zoom function, file transfers, dialing from a file, macros,
  241. Ports B to F, and ALL of the features listed in this document.
  242.  
  243. Upgrading is only possible at the time of registration.  Once a shareware
  244. version has been registered, you cannot upgrade, and will have to purchase
  245. the full version.
  246.  
  247. To register, upgrade, or purchase the full version, use one of the following
  248. payment methods:
  249.  
  250. IN GERMANY
  251. Send either Cash or a Eurocheque made payable to 'Psion GmbH' to the
  252. address below, or Fax us your address.  Wir liefern per Nachname.
  253.  
  254. Shareware Registration: 30,- DM    Upgrade: 100,- DM    Full Version: 130,- DM
  255.  
  256.  
  257. IN EUROPE
  258. Send a Eurocheque made payable to 'Psion GmbH' to the address below.
  259. Cash will be accepted in the following currencies: Deutschmarks
  260.                                                    Sterling
  261.  
  262. Shareware Registration: 30,- DM    Upgrade: 120,- DM    Full Version: 150,- DM
  263.                        £15                  £50                       £70
  264.  
  265.  (or in the UK, the equivalent in Marmalade sent to 'Psion GmbH Technical
  266.         Department')
  267.  
  268.  (not applicable to Psion PLC, from whom payment will only be accepted in
  269.         Modem Cables, part no. 1404 0002)
  270.  
  271. THE REST OF THE WORLD
  272. Send cash to the address listed below.  We accept Deutschmarks, Sterling,
  273. or US Dollars.
  274.  
  275. Shareware Registration: 30,- DM    Upgrade: 150,- DM    Full Version: 180,- DM
  276.                        £15                  £60                       £80
  277.                        $20                  $80                      $100
  278.  
  279.  (or the equivalent in a local speciality, sent to 'Psion GmbH Technical
  280.          Department'.  Particular requested are:
  281.  
  282.                       Australia: Fry's Coconut Ruff
  283.                       Canada   : Maple Syrup
  284.                       China    : Rice
  285.                       Japan    : Chips to upgrade a 3a to 2MB
  286.                       Jamaica  : Rum
  287.                       Singapore: Video cameras
  288.                       Taiwan   : CD Players
  289.                       USA      : Bill Gates photograph
  290.                                  (including sub-sets when available)
  291.  
  292.                       UK       : Marmalade * see note
  293.  
  294.  * Added here in case the UK is no longer in Europe by the time we post this.
  295.  
  296.           And for those in Europe thinking about this method of payment:
  297.  
  298.                       Greece   : Olives
  299.                       Holland  : Cheese
  300.                       Ireland  : Guiness
  301.                       Italy    : Pasta (all types)
  302.                       Switzerl.: Cheese again)
  303.  
  304. Our address is:
  305.  
  306.                         Psion GmbH
  307.                         Saalburgstr. 157
  308.                         61350 Bad Homburg
  309.                         Germany
  310.  
  311.  
  312. Support is available under the following numbers:
  313.  
  314. PSION Hotline             +49 6172 9654-28
  315. PSION Mailbox             +49 6172 37090
  316. PSION Fax                 +49 6172 39192
  317.  
  318.  
  319. DISCLAIMER
  320.  
  321. Psion and the Psion Logo are registered trademarks, and Psion Series3,
  322. Psion Series3a, SSD, and Solid State Disk are trademarks of Psion PLC.
  323.  
  324. All trademarks acknowledged.
  325.  
  326. Neither the author, nor Psion GmbH, are responsible for any loss of
  327. data which may occur as a result of the use of this program.
  328.  
  329.