home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 181.lha / BaudBandit / Bandit.Doc < prev    next >
Text File  |  1988-04-28  |  9KB  |  306 lines

  1.  
  2.  Baud Bandit terminal demo release
  3.        by Greg Cunningham
  4.  
  5.        Copyright 1988 by
  6. Progressive Peripherals & Software.
  7.  
  8. A soon to be commercial terminal program.
  9. This is the commercial name to be looking for!
  10.  
  11.  
  12. The first thing you'll notice is all of the nice cryptic items across the menu
  13. bar.  These may be selected by clicking the menu button while the pointer is
  14. over the item.
  15.  
  16. In order from left to right, I have them labeled with letters.
  17. Also right Amiga command sequences will work with some items, as noted.
  18.  
  19.  
  20.     2400  CCF8N1 S |XC X D/L U/L| SEND CAPT SUS B HU DN Phone Config TEXT
  21.      |    |||||| |  || |  |   |    |    |    |  | |  |    |     |     |
  22.      A    BCDEFG H  IJ K  L   M    N    O    P  Q R  S    T     U     V
  23.  
  24.  
  25. A. Baud -  Clicking on this will flip it thru 19200, 9600, 4800, 2400, 1200,
  26.  Amiga-B   then back to 19200.
  27.  
  28.  
  29. B. Recieve    CR 'C' or CR+LF 'L'.
  30.  
  31. C. Transmit    CR or CR+LF.
  32.  
  33. D. Duplex    'F'ull or 'H'alf.
  34.  
  35. E. Lenght    '7' or '8' bit word length.
  36.  
  37. F. Parity    'N'one, 'O'dd, 'E'ven, 'M'ark, or 'S'pace.
  38.  
  39. G. Stop bits    '1' or '2'.
  40.  
  41. H. SplitScreen    Use this for sending lines of text only at CR.
  42.  Amiga-/
  43.  
  44. I. X Disable    Highlighted for auto xON/xOFF, else off.
  45.  Ctrl-Q/S
  46.  
  47. J. CRC        Highlighted CRC, else Checksum for XModem only.
  48.  
  49. K. Protocol    X - XModem
  50.  Amiga-X    Y - TRUE YModem / YModem-Batch
  51.         T - XModem Text & WXModem Text Send
  52.         G - YModem-G
  53.         K - fake YMODEM / XModem-1K
  54.         W - WXModem
  55.  
  56.         These may also be placed in the phonebook parameters.
  57.  
  58.         When recieving YModem-Batch, it's optional to enter a
  59.         filename or just hit the [ENTER] key or the Okay gadget.
  60.  
  61.         When sending YModem-Batch, you must select at least one file.
  62.         Entering the name in the string will not work.
  63.  
  64. L. DownLoad    Calls up what I hope to be a good immitation TxEd
  65.  Amiga-D    file requestor, like in the other terms.
  66.         The arrows beside the devices will scroll showing whatever
  67.         devices are currently active, including    S: and C:.
  68.         Enter the filename in the string on the bottom,    and the directory
  69.         (and PC-DOS/Amiga pattern if needed) in the string at the top.
  70.         Hitting return or Okay will start the process.
  71.         The number in the title is the bytes free on the disk.
  72.         It sorts now!
  73.  
  74. M. UpLoad    see L.
  75.  Amiga-U
  76.  
  77. N. Text Send    Opens that requestor for a name (see L.).
  78.  Amiga-S    The SEND item will dehighlight when done.
  79.         To stop the send prematurely, select this item again.
  80.         SUS will toggle suspending it.
  81.  
  82. O. Text Capture
  83.  Amiga-C    Opens that requestor for a name (see L.).
  84.         If the file exists, the text will be appended.
  85.  
  86.         The CAPT item will dehighlight when done.
  87.         To stop the capture prematurely, select this item again.
  88.  
  89. P. Suspend    Selecting SUS will toggle suspending Text capture/send.
  90.  
  91. Q. Send Break    Send break.
  92.  Amiga-L
  93.  
  94. R. Hang Up    Send (config) Hangup string.
  95.  Amiga-H
  96.  
  97. S. Dial Next    This will dial the first selected name in the phonebook.
  98.  Amiga-N    If the line was busy, selecting it again will redial
  99.  
  100.     Note:    If a connection was made, the name is deselected,
  101.         and the next time DN is selected, it will dial the next
  102.         selected name.
  103.  
  104. T. PhoneBook    This will bring up the phonebook.
  105.  Amiga-P    this should be placed in the current 'S:' directory.
  106.  
  107.   Dial        Selecting 'Dial' will dial the top selected name and set it's
  108.    Amiga-R    parameters (see A. thru G.) accordingly.
  109.  
  110. Example phonebook entry with offsets:
  111.  
  112. |    BBS Name     |  Phone Number   |Baud|Setup|Script Pairs 20 Max (?=!)
  113. People Link                225-3444 2400 CCF8N1W (2400=\w\w\w\w\w@\w\r)
  114.  
  115.  
  116.         The character '|' at the beginning of a line donotes a comment
  117.         The character '-' at the beginning of a line donotes a seperator
  118.  
  119.   Script    There is also an optional script set, placed after the setup.
  120.         These work in pairs, and must be enclosed in parens '()',
  121.         and must have a '=' dividing them.
  122.  
  123.         The first of a pair is the prompt, which must be one word,
  124.         such as for 'Your name: ' you would use 'name:' as the prompt.
  125.         Also this is case sensitive.
  126.  
  127.         The second is the string to send.
  128.         Exaple: (Name:=Greg\r)
  129.  
  130.         BBS says:    Name:
  131.         Bandit says:    Greg\r
  132.  
  133.         Here's one I use for BBS-PC
  134.  
  135.         ([RETURN]=\r^PMy Name\rPassword\r)
  136.  
  137.         BBS says:    Press [RETURN]
  138.         Bandit says:    return, control-P, name, password.
  139.  
  140.  
  141.    *  Limits    500 names per phone lib.
  142.         256 chars per entry
  143.          20 pairs per entry
  144.  
  145.  
  146.   Editing names. When selecting 'Edit' the top selected name will appear
  147.         in the edit line, hitting return will enter it in.
  148.  
  149.         To Add to the list, select Edit with no files selected.
  150.         When return is hit the name will appear at the bottom of
  151.         the list.
  152.  
  153.   Queue     Dials all selected numbers in the phone book untill all
  154.         are deselected or ESC is pressed while dialing.
  155.  
  156.   Load        to load another phonebook in.
  157.  
  158.   Save        to save the current phonebook.
  159.  
  160.   AUTO        Toggles ON/OFF.  To make the phonebook open when BUSY or
  161.         NO CARREIR is detected.
  162.         (When a connection is not made, and at logoff)
  163.  
  164.   Quit        Select the close gadget, or hit Amiga-P again to exit
  165.         the phonebook.
  166.  
  167.  
  168. U. Config    This is simalar like the phonebook.
  169.  Amiga-M
  170.  
  171.   Palette    Open the color palette.  Cancel restores, close gadget keeps
  172.         new colors.
  173.  
  174.   LACE        Toggles interlace.
  175.  
  176.   Planes    Flips planes between 1 (2 color), 2 (4 color) and 3 (8 color).
  177.  
  178.   127C or 255C    127/255 character mask.
  179.  
  180.   Buffer size    Used for review and capture buffer.
  181.         Left mouse button increments. (+=2046)
  182.         Right mouse button decrements.
  183.         (This is the only thing that does'nt take effect untill rerun)
  184.  
  185.   Save Config    Saves all config strings, color, lace, planes, mask, auto,
  186.         buffer size, protocol, and current baud to 'S:Bandit.Config'
  187.         only.
  188.  
  189.   Edit        works like the phone edit (200 chars max).
  190.         But you don't have to hit Edit if you don't want to edit the
  191.         current string.
  192.         Just entering the text and hitting return will place the text
  193.         in the highlighted string.
  194.  
  195.         Slide the bar down to get to the config strings:
  196.  
  197.             Phone : Path & phonebook file to load first.
  198.             Macro : Path & key macro file to load first.
  199.             Data  : Initial path for file requestor to use for
  200.                 Capture, send, U/L, and D/L.
  201.             Init  : String to send modem when run.
  202.             Exit  : String to send modem when quiting.
  203.             Dial  : Prifix dial sequence.
  204.             Hangup: String to send modem for Amiga-H.
  205.             Font  : font [space] size.  Like 'Opal 9'
  206.             Capt  : capture path & name.
  207.  
  208.         Special commands for FKeys, script, & split screen:
  209.  
  210.          \W  Wiat half second
  211.          \R  [RETURN]
  212.          \L  Send break
  213.          \T  TAB
  214.          \B  BACK SPACE
  215.          \F  Form Feed (Clear Screen)
  216.          \D  Drop DTR (use this for hangup if needed)
  217.  
  218.          ^c  Control character,  'c' being any character from A to Z
  219.  
  220.  
  221.   Load Keys    load another set of macros in.
  222.  
  223.   Save Keys    save the current macros.
  224.  
  225.   Quit        Select the close gadget or hit Amiga-M again to exit the
  226.         macro screen.
  227.  
  228. V. Flip to Time
  229.  
  230.         Time shows current time, and connect time.
  231.  
  232.         CT will initialize at DCD, and show how long you've been online.
  233.         CT will keep the time online after losing carrier.
  234.         While online, it may be reset by clicking somwhere in the
  235.         area.
  236.         Also a helpfull input line display that updates ever so often
  237.         for use with the script stuff.
  238.  
  239. Review Buffer    Hit any of the cursor keys to open the review window.
  240.         Cursor up goes up one line.
  241.         Cursor down goes down one line.
  242.         Shift+Cursor up goes up one page.
  243.         Shift+Cursor down goes down one page.
  244.         Cursor left or right closes the window.
  245.  
  246.  
  247.  Quick Key Reference
  248.  
  249.  
  250.     Amiga-B     Flip Baud rate.
  251.  
  252.     Amiga-C     Start/End capture.
  253.  
  254.     Amiga-D     DownLoad
  255.  
  256.     Amiga-H     Send hangup string.
  257.  
  258.     Amiga-K     'Kill' or deselect last number dialed.
  259.  
  260.     Amiga-L     send break.
  261.  
  262.     Amiga-M     Toggle Config/Macro screen.
  263.  
  264.     Amiga-N     Dial Next.  Dials through selected names, or last
  265.             selected with pointer.
  266.  
  267.     Amiga-P     Toggle phone screen.
  268.  
  269.     Amiga-Q     quits GT if no DCD, Close Gadget works always.
  270.  
  271.     Amiga-R     Redial last number.  Dials top number selected in list.
  272.  
  273.     Amiga-S     Start/End ASCII send.
  274.  
  275.     Amiga-U     UpLoad
  276.  
  277.     Amiga-X     flip thru protocol.
  278.  
  279.     Amiga-W        reset color/alt chars & clear screen.
  280.  
  281.     HELP        Shows all of the above Amiga keys and the text send
  282.             delay slide bar.
  283.  
  284.     ESC        Turns off script when online.
  285.             Turns off Queue when offline.
  286.  
  287.     Ctrl-W        Reset colors & alt chars without clearing screen.
  288.  
  289.  
  290. A special thanks goes to Harv Laser and the poeple on PLink who helped
  291. me the most with fixing the bugs.
  292.  
  293. If it goes out of San Antonio, the area code for the phone numbers is (512)
  294.  
  295. Please contact    Progressive Peripherals & Software    for info on release.
  296.             464 Kalamath Street,
  297.             Denver Colorado, 80204
  298.             Phone (303) 825-4144
  299.  
  300.  
  301.             Enjoy,
  302.                 Greg Cunningham, Nomad Development
  303.  
  304.  
  305.  
  306.