home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / windows / win_23 / amsoft.iii next >
Text File  |  1997-02-01  |  29KB  |  551 lines

  1.   INSTALLATION AND USE OF WINPAK/3.1  Version 1.0
  2.  
  3. .................................................................
  4. QUICK START GUIDE
  5.  
  6. If you're in a hurry to get started, and know your way around
  7. Windows fairly well, the following steps will get the program 
  8. up and running with the minimum amount of fuss:
  9.  
  10.    1.  Copy WINPAK31.EXE to your hard disk, in any directory
  11.        you choose.  No unzipping is required (Unless you are
  12.        getting it from a BBS that has "zipped" it).  Place
  13.        it in one of your Windows program groups.
  14.  
  15.    2.  Using Program Manager/File/Properties, edit the command
  16.        line for WINPAK31.EXE and add an argument for the com port
  17.        you wish to use (the one your Tnc is connected to).
  18.        
  19.                  Example:  C:\WINPAK\WINPAK31.EXE COM3
  20.  
  21.        IMPORTANT: The com port should be entered in all caps, as
  22.                   above (the directory can be any you wish to place
  23.                   WinPak/3.1 in).
  24.  
  25.     3. Using Window's Control Panel/Ports, enter appropriate 
  26.        parameters for the Tnc you are using.  It is probably best
  27.        to start with a baud rate of 4800,  7 data bits, 1 stop
  28.        bit, even parity, and "Xon/Xoff" flow control.
  29.  
  30.        IMPORTANT: WinPak/3.1 will not function properly without
  31.                   software (Xon/Xoff) flow control.
  32.  
  33.     4. Perform a hard reset (by removing all power and removing the
  34.        battery jumper), or a software reset (by entering the command
  35.        RESET) on your Tnc using your former program.  The hard reset 
  36.        is more likely to be the best bet, especially if you have been
  37.        using PcPakratt... if you have, the instructions for performing 
  38.        a software reset are more complicated, and are given later in 
  39.        this document, in the "PROBLEMS" section.
  40.  
  41.     5. Start WinPak/3.1 by double-clicking on it's icon.  The main
  42.        "LogFile" window will appear with a list of menu selections.
  43.        If any error messages appear, you may not have have specified
  44.        your com port properly, or you may have set incompatible settings
  45.        in the Control Panel.  Refer back to Step 2.
  46.  
  47.     6. From under the "Tnc" menu-item, click "AutoBaud."  This will
  48.        send an autobaud character (the '*') to the Tnc and you should
  49.        then see the sign-on message.  The Tnc is now configured for
  50.        the default settings, and if any packets arrive they will appear
  51.        in the LogFile window if they conform to the MONITOR setting of 4
  52.        the (default).  You can now configure the Tnc to your own taste
  53.        by using the menu items, as explained further below.  If no error
  54.        messages have appeared up to now, but you do not see the sign-on
  55.        message, it is probable that the Tnc was not RESET properly.  In
  56.        this case, refer back to Step 4.
  57.  
  58. .............................................................................
  59. ..........................................................................
  60.  
  61. IN DEPTH EXPLANATION OF PROGRAM FEATURES
  62.  
  63. The Command Line
  64. -----------------
  65.  
  66. The command line can accomodate three parameters, the
  67. com port, the program parameter (INI) file, and the action to take
  68. on program start up.  The parameters should be separated by
  69. commas.
  70.  
  71. The only parameter that is mandatory is the com port, and it must be
  72. in all caps, such as COM3, or COM2, and it must be the first parameter
  73. in the command line.
  74.  
  75. The second parameter is the complete path and filename you wish to
  76. use for the INI file;  it can be omitted (the default, if you leave
  77. out this parameter, is WINPAK31.INI, in the Windows directory). If 
  78. you wish to omit this parameter and still use the third, just use two
  79. commas in succession, ie:  COM3,,T
  80.  
  81. The third parameter is the type of Tnc initialization you 
  82. wish to use. 
  83.  
  84. The types of initialization presently available are:
  85.  
  86.        A -send autobaud "*" to Tnc on startup
  87.  
  88.        T -send time and date to Tnc on startup
  89.  
  90.        C -send time and date, and also initialize the
  91.           Tnc with a custom set of parameters in the file
  92.           CUSTOM.INI (must be in the same directory as the
  93.           program) these parameters should not duplicate any 
  94.           that are controlled by dialog boxes or the program 
  95.           and Tnc will not be in agreement.  A sample CUSTOM.INI
  96.           is included with the program.
  97.  
  98. If you leave off this parameter only the XON character, which
  99. is always sent on startup, will be sent to the Tnc.
  100.  
  101. The Comport and initilization arguments should be all caps.
  102. On the first running of the program,  other com port parameters,
  103. such as baud rate, data bits, parity, etc.  should be set in
  104.  Window's Control Panel...however, software flow control  (XON/XOFF)
  105. is required for the program to function properly.  After the first
  106. running, the program builds a parameter (INI file) according to the path
  107. specified on the command line, and stores com port parameters there,
  108. except for flow control.  Changing the parameters in the control panel
  109. will therefore no longer affect the program, as long as you don't 
  110. change the flow control from "XON/XOFF."  However, there is no need
  111. to use Control Panel again, since the other com port parameters
  112. can be changed from within the program and will be stored in the 
  113. INI file.  If you should delete the INI file for some reason, the program
  114. will again get the initial com port parameters from what is set 
  115. in Window's Control Panel (these parameters are read from WIN.INI).
  116.  
  117. An example of the command line (assuming you've installed the
  118. program in a separate directory called "WINPAK") is: 
  119.  
  120.    C:\WINPAK\WINPAK31.EXE COM3,C:\WINPAK\WINPAK31.INI,T
  121.  
  122. This command line can be set using Window's Program Manager's
  123. "File/Properties," so you just have to click on the program icon
  124. to start up (see Windows docs). This will cause winpak/3.1 to use
  125. Com3; an initialization file (created on the first run of the
  126. program) C:\WINPAK\WINPAK31.INI; and will send the date and time
  127. to the tnc on startup. 
  128.  
  129. ................................................................................................
  130.  
  131.  
  132. THE MAIN WINDOW
  133. ------------------------------
  134.  
  135. The main window of WinPak/3.1 is for output (monitoring, etc) 
  136. only.  You will not be able to type into this window, although
  137. mouse clicking in the window will result in certain actions being
  138. carried out (to be explained below). 
  139.  
  140.  
  141.               MAIN WINDOW MENU ITEMS
  142.             ..............................................
  143. ----------------------------------------------------------------------------------------------------
  144. LogFile            Under this item you will find the following:
  145. ---------
  146.  
  147. Scroll to Top        This scrolls the scroll-back buffer to the top and
  148.                           suspends Tnc output by sending the Xoff character
  149.                           so you can page through it.
  150.   
  151. Scroll to Bottom   Scrolls to the bottom of the scroll-back buffer, and
  152.                   resumes Tnc output by sending the Xon character.
  153.  
  154.  
  155. SaveAs...            Allows you to save the scroll-back buffer to a disk file.
  156.                           However, it will not work when the buffer goes over 32K,
  157.                           (the program uses a trick to go over this limit), and so
  158.                           this selection is disabled (dimmed) after the buffer passes
  159.                           32K.
  160.  
  161. Clear Log            Clears the scroll-back buffer, but does not affect the
  162.                           disk capture file.
  163.  
  164. Print                   Enables printing of monitored data to your default printer
  165.                           port (from WIN.INI). This item can be toggled on and 
  166.                           off.
  167.  
  168.  
  169. Capture to Disk    Allows you to open a file to capture all monitored data
  170.                           (according to your Monitor settings) to disk.  Sub-items
  171.                           under this selection allow you to toggle the capture on or
  172.           off, choose a new file, or close the disk capture file.
  173.  
  174. Exit                  Exits the program directly.  Using the system menu bar
  175.                   method of exit will subject you to the message of
  176.                  "file changed...  save?"  but this item won't.
  177.  
  178. ----------------------------------------------------------------------------------------------------------------
  179.            
  180. Edit                    Under this item you will find:
  181. ------
  182.  
  183. Compose Message    Opens an editor similar to Notepad where you can compose
  184.                                 your messages for uploading.  See THE COMPOSE
  185.                                 MESSAGE EDITOR  later in this document.
  186.  
  187. ---------------------------------------------------------------------------------------------------------------------
  188.  
  189. Monitor...          
  190. ----------         Opens a Monitor Options dialog that allows you to set
  191.                    Tnc parameters related to monitoring data.  For the most
  192.                    part, these are identified by the same command names
  193.                    you will find in the Tnc documentation.  If the Tnc is
  194.                    in converse mode when you alter one of these settings
  195.                    it will be switched to command mode in order for the
  196.                    appropriate command to be sent.  (This principle of
  197.                    switching to command mode to alter settings applies
  198.                    to all dialog boxes dealing with Tnc settings, in order
  199.             to prevent commands being mistakenly sent out as packets).
  200.            To return to converse mode, if you wish to do so, use
  201.                    the command mode dialog (see below).   This particular
  202.              dialog box is a "nonmodal" type,  which you can keep hanging
  203.            around.   The commands given in this box take effect 
  204.            immediately.
  205.  
  206. --------------------------------------------------------------------------------------------------------------------
  207.  
  208. Tnc              Under this item you will find the following:
  209. -----
  210.  
  211. Pause           Sends the Xoff character to the Tnc (to allow you to
  212.                     scroll back through the buffer).  You can also pause
  213.                     the Tnc by double-clicking the left mouse button in the
  214.                     main window.
  215.  
  216. Resume        Sends the Xon character, resuming Tnc output.  Clicking
  217.                 the left mouse button in the main window will also resume
  218.             Tnc output.
  219.  
  220. RESET            Sends the RESET command to the Tnc.  Also, resets all
  221.                     Tnc parameters in the program to their default values,
  222.                     so that the Tnc and the program will be in synch.
  223.  
  224. RESTART     Sends the RESTART command to the Tnc, and afterwards, 
  225.             sends the date and time (as set in your computer).
  226.  
  227. AutoBaud     Sends the autobaud character (*) to the Tnc.
  228.  
  229. ---------------------------------------------------------------------------------------------------------------------
  230.  
  231. Command...
  232. ----------           Opens a command line dialog that allows you to type in
  233.            commands, or conversational packets.  The <Ctrl-C>
  234.                    button sends a Ctrl-C to the Tnc, switching it to
  235.                    command mode, if it isn't already in it.
  236.  
  237.                     IMPORTANT: Do not alter the command mode entry character
  238.                     (using the "command n" command), as the program expects it
  239.                     to remain set as "Ctrl-C" for proper operation.
  240.  
  241.                     The <Converse> button sends the converse command to the
  242.             Tnc, switching it to converse mode from command mode.
  243.  
  244.                     IMPORTANT:    The program is not written for host mode and
  245.                     therefore does not "know" whether it is in command or
  246.                     converse mode.  The buttons are there for convenience. 
  247.                     
  248. -------------------------------------------------------------------------------------------------------------------
  249.  
  250. Parameters
  251. -----------        
  252.                     Under this item you will find further menu items for
  253.                     dialog boxes that allow you to control various Tnc
  254.                     parameters.  These are grouped in a reasonably logical
  255.                     way, and the parameters are named the same as in the
  256.                     AEA documentation, to avoid confusion.  Boolean (on/off)
  257.                     parameters are controlled by check boxes, and numerical
  258.                     parameters by small boxes (edit controls) that allow you
  259.                     to type in your desired parameter.  If you try to use
  260.                     a number that is out of range for a parameter the program
  261.                     will let you know and allow you to re-enter it.  If you
  262.                     get stumped, cancelling out of the dialog will leave the
  263.                     original settings intact, no matter what you have tried
  264.                     to enter.  Text fields are represented by larger edit
  265.                     controls.  Usually, the edit control box will not be as
  266.                     long as the text you are allowed to enter, but they are
  267.                     scrollable.  By using the arrow keys, or the backspace 
  268.                     key you can move to any point in the text or edit control.
  269.  
  270.                     Remember the principle, stated previously, that
  271.                     altering Tnc parameters in the dialog boxes causes the
  272.                     Tnc to be switched to command mode if it is not already
  273.                     in it.
  274.                  
  275.                     Over 60 parameters and text fields can be controlled by
  276.                     dialog boxes.  (It is best to explore these to find out
  277.                     what they can and cannot control).  Parameters or
  278.                     commands that you do not find here can nevertheless be
  279.                     put in manually with the "command mode dialog."
  280.  
  281.                     In addition, by clicking "Terminal" and then 
  282.                     "communications..." you can alter the parameters that affect
  283.                     the com port connection between the Tnc and your computer.                    
  284.                     Since RESTARTing the Tnc is needed for new com port settings
  285.             to take effect, changing these will automatically cause the
  286.                     RESTART command to be sent, unless you uncheck the "Restart
  287.                     Tnc?" box.
  288.  
  289.                     When the program is first run, or when RESET, from under
  290.             the Tnc menu, is selected, all parameters are set to their
  291.             default values so that the Tnc and the program are in
  292.                     agreement as to what the parameter settings are.
  293.                     
  294.                     When exiting the program, it is advised to always use the
  295.                     "Save settings on exit" option, so that the program will
  296.                     remember what the parameters settings were when it was 
  297.                     last run (see below).  
  298.  
  299. ---------------------------------------------------------------------------------------------------------------------
  300.                       
  301.                      
  302. Options             Under this menu item you will find the following:
  303. --------
  304.  
  305. Fonts              This allows you to choose from any font you have on your
  306.                       system. The terminal or fixed sys fonts are helpful since
  307.                       packet uses spaces instead of tabs for formatting.
  308.  
  309. Save Settings
  310. On Exit            If checked, the program will save all parameters and settings,
  311.                        including window size and position.  This is highly recommended
  312.                        because otherwise the parameters stored in the Tnc and those
  313.                        the program is using will not be in agreement.  However, if you
  314.                        use more than one packet controller program and another modifies 
  315.                        the Tnc parameters, WinPak/3.1 will not be aware of the changes.
  316.                        It is best to always use RESET when changing from another packet
  317.                        program to WinPak/3.1 so that both the program and the Tnc are
  318.                        in agreement, with default parameters.
  319.                       
  320.  
  321. Wake Up 
  322. Mode           When checked, this will cause the program to come to the top 
  323.                    of the Window desktop when it receives data from the Tnc. If 
  324.                    you use the screensaver "After Dark",  WinPak/3.1  will
  325.                    "wake up" when data comes in.  If you put your mouse cursor
  326.                    in After Dark's sleep-now corner  (see the After Dark 
  327.                    documentation), Winpak/3.1 will monitor with After Dark's 
  328.                    screensavers still running behind it.  WinPak/3.1 will not 
  329.                    appear until the first data comes in from the Tnc, however. 
  330.                    If you also  use the password option, you will not need to
  331.                    worry about jostling the mouse out of the corner, since the
  332.                    screensavers will not be disabled until you enter the password.
  333.                    Use of After Dark's "IQ Monitor" is recommended.  Other
  334.                    screensavers such as the native Windows one, do not have an
  335.                    IQ option to watch  com ports for activity, and may cause
  336.                    Winpak/3.1 to lose data.
  337.  
  338. ...................................................................................................................
  339. ..................................................................................................................
  340.    
  341.                CONTROL OF TNC OUTPUT TO THE MAIN WINDOW
  342.  
  343.  
  344. If you want to stop output from the Tnc to scroll thru the log you
  345. can:
  346.  
  347.   1- double click the left mouse button in the main window (a 
  348.      message box will come up confirming your request)
  349.   2- select "Tnc/Pause"
  350.   3- select "Log File/Scroll to Top"
  351.  
  352. To resume Tnc output you can:
  353.  
  354.   1- click the left mouse button once in the main window 
  355.   2- select "Tnc/Resume"
  356.   3- select "Log File/Scroll to Bottom"
  357.  
  358. For the AEA PK-88 and PCB-88, data received while the output is 
  359. paused is stored in the Tnc buffer (up to 18k) and will be read by
  360. WinPak/3.1 when you resume Tnc output.
  361.  
  362. ...................................................................................................................
  363. ..................................................................................................................
  364.  
  365.                   THE COMPOSE MESSAGE EDITOR
  366.  
  367. "Edit/Compose Message" opens an editor window, similar to Notepad,
  368. where messages can be composed for uploading.  The window caption
  369. bar will inform you of total line length for the line you're
  370. working on.  The window has a menu item "Connect/Upload" to allow
  371. connection to other stations and line by line upload of the text
  372. in the window.  However, if the line is too long for your "Paclen"
  373. parameter it will be truncated during uploading.
  374.  
  375. To connect, enter a station callsign or id in the top of the
  376. list-box and click the "connect" button. This will cause the
  377. program to issue a connect request, and if you have selected
  378. "save settings on exit" any stations you have connected to
  379. (or tried to) will be saved on exiting the program.
  380.  
  381. Clicking "Upload" will send the text in the editor, line by
  382. line, to the Tnc.  Keep in mind, that with the PCB- and PK-88
  383. at least, if not other Tncs as well, the text will be uploaded into 
  384. the Tnc transmit buffer almost instantaneously, but will be sent
  385. out to the distant station gradually according to your Maxframe and
  386. other parameters.  The maximum amount of data the editor will upload
  387. is about 20k, but the PCB/PK-88 will only hold about 18k anyway, and
  388. this will be reduced by any messages you have stored in your mailbox.
  389. At the end of the text in the editor, a "/EX" will be automatically
  390. added to indicate the end of the message to the remote station.  You
  391. do not need to add this manually at the end of the message. 
  392.  
  393. If for some reason, such as a bad link, you wish to stop the upload
  394. from the Tnc to the distant station, click the "Abort" button.  This
  395. will cause a "Tclear" command to be sent to the Tnc, clearing the
  396. tranmist buffer except for  "a few remaining packets" (per AEA).
  397. A message box will confirm this, and the Tnc will be put back in
  398. converse mode.  You can then use the command mode dialog to send
  399. "bye", or enter command mode and give the "disconnect" command.
  400.  
  401. After successful uploading, you will still be in converse mode, and
  402. you can then use the command mode dialog to send other commands to
  403. the remote station, or send "bye."
  404.  
  405. ................................................................................................................
  406. ...............................................................................................................
  407.  
  408.                     MAILBOX OPERATION
  409.  
  410. When "Maildrop" is switched on, in the mailbox dialog box, WinPak/3.1 will
  411. not send an XOFF upon exiting. This will prevent the memory from being
  412. used up by monitored data.  Otherwise, it will send an XOFF, and the
  413. available Tnc memory will store incoming data until the program is run
  414. again.  If you wish to leave the maildrop off, but still not store data
  415. in the Tnc, merely set monitor to 0.
  416.  
  417. ................................................................................................................
  418. .................................................................................................................
  419.  
  420.                           PROBLEMS
  421.  
  422. I/O ERROR MESSAGES
  423.  
  424. These will be preceeded by the phrase "READCOM ERROR."  Unlike most other
  425. communication programs, WinPak/3.1 will inform you of the exact nature of
  426. any I/O errors.  Often, there will not even be any loss of data, but at least
  427. you will know something unusual has occurred.  I/O error messages are almost
  428. always seen when you change communications parameters and RESTART the
  429. Tnc, but these are nothing to be concerned about.  If, on the other hand, you
  430. see the error "HARDWARE OVERRUN,"   this indicates Windows is not
  431. reading bytes from the UART in time to prevent incoming data from overwriting
  432. the data already in the UART buffer.  An accompanying document, MODS.TXT,
  433. will have some information about the causes of and solutions to this situation.
  434.  
  435.  
  436. OTHER PROGRAMS
  437.  
  438. The AEA supplied program for the AEA PCB-88, "Pakratt88", does not
  439. always co-exist peacefully with other programs.   If you need to switch 
  440. between it and WinPak/3.1, it is required to set Pakratt88 to "Host Mode 
  441. on  Exit=Disable".  Also, since Pakratt88 uses non-default XON and
  442. XOFF methods, it is also helpful to do a RESET from Pakratt88 's
  443. dumb terminal mode just before exiting.  If the latter is not done,
  444. you can still start Winpak/3.1 but you will get several parity 
  445. error or other error messages. If you are hooked up to your radio
  446. and receiving packets there will be continual I/O errors and it 
  447. will be difficult to accomplish the next step:  select Tnc/RESET
  448. from the menu.  These steps will also establish the default 
  449. XON/XOFF characters, without which Winpak/3.1 will not function
  450. correctly.  If you do a RESET before exiting Pakratt88 things work
  451. much better: then you just have to select Tnc/Autobaud from 
  452. Winpak/3.1 to start the Tnc again.  Note that anytime you use
  453. RESET, the Tnc will lose its time and date information.  You can
  454. restore this in WinPak/3.1 by using the Tnc/RESTART menu item.
  455.  
  456. By the same token, you MUST issue a RESET from the Winpak/3.1 
  457. command line (not the menu item, because it also sends the 
  458. autobaud) before switching over to Pakratt88, or Pakratt88 won't
  459. even start up.  Doing RESET from Winpak/3.1 gives a lot of I/O 
  460. error messages, but don't worry about them.  Its just my philosophy
  461. to be informed about any and all system and program occurences
  462. that are out of the ordinary.
  463.  
  464. Another factor to consider is what Terminal baud rate the Tnc is
  465. expecting, compared to the baud rate WinPak/3.1 is using.
  466. Some combination of software or even hardware RESET
  467. (battery disabled) may be needed if the program and/or Tnc is too
  468. confused.  
  469.  
  470. Also, if  any Tnc parameter settings have been set with WINPAK/3.1 
  471. and then modified by another program, when you next run WINPAK/3.1
  472. it will not be aware of the changes, and the settings in the dialog
  473. boxes may not agree with the internal Tnc settings.  The same 
  474. thing can happen if you change settings with the command line
  475. dialog.  If you toggle the settings back and forth or change them
  476. from their respective dialog boxes, they will become synchronized
  477. again.   
  478.  
  479.  
  480. MULTIPLE CHANNELS (CONNECTIONS)
  481.  
  482. Sorry, but WinPak/3.1 is not designed to handle each connection
  483. channel in a separate window.  You type your output in a separate
  484. window (the command mode window) but all data coming from the
  485. Tnc, whether it is from one or more connectees, or just monitored packets,
  486. will all be output in the main window (LogFile scroll-back buffer).  I've
  487. tended to design the program to fit my own needs and uses, and  I 
  488. rarely ever connect to anything but a BBS.  Selfish, perhaps, but I would
  489. rather put my time into something I use.  I do plan to buy that other
  490. Window's packet program, you know, the one that's "the only Windows
  491. controller program on the market" only its not actually on the market
  492. yet (as of this writing), but to program all that capability myself would 
  493. take 5-10 years.
  494.  
  495.  
  496. BUGS AND AREAS UNDER
  497. CONSTRUCTION: 
  498.  
  499. When you use the custom initialization option, the program turns ECHO OFF and 
  500. BBSMSGS ON to prevent all the commands being sent from appearing in the log
  501. However, the "cmd:" prompt is not being filtered out properly (like I want it to 
  502. be).  When initialization is over, echo is restored to whatever state the user
  503. had it set to, and the program is supposed to do the same with bbsmsgs,
  504. but the bbsmsgs part isn't working properly.  So, bbsmsgs will probably end
  505. up in the ON state even if it's supposed to be off.  
  506.  
  507. Borland C++ with ObjectWindows uses signed 16 bit pointers for the
  508. type of "edit control" window I am using, so if you go over 32k in
  509. the log file window, they overflow and go negative. Normally, this
  510. doesn't happen.  However, I use a trick to get more than the normal 
  511. 32K in the window.  When it goes over 32K, "SaveAs" won't work since 
  512. the byte counter is now  negative... I guess since Windows then thinks
  513. there's nothing in the file, it saves 0 bytes. This appears to be a
  514. Borland bug that I can do nothing about at present.  Since Borland shows
  515. no interest in coming up with a work-around, the "SaveAs" menu item will 
  516. be disabled when the file first exceeds 32k. Note that you can still 
  517. capture to disk until you run out of disk space. 
  518.  
  519. Do not use the same file to "SaveAs" that you are
  520. using for disk capture, or vice-versa.  In a future version the
  521. program will automatically prevent this, since it leads to
  522. undesirable results (the file is messed up, overwritten, or
  523. truncated).
  524.  
  525. When the log buffer has reached the end of its memory (may vary up to 
  526. to 57k) stuff is deleted from the beginning to make way for the new.
  527. When this happens you may be able to see a very rapid scrolling to the 
  528. top of the window, followed by selection and deletion of the text, and
  529. a return scrolling to the bottom.  Depending on the speed of your
  530. system and video card this may be barely noticeable or very 
  531. annoying.  I'm still working on eliminating this.
  532.  
  533. The program attempts to filter out any appearances of the  "cmd:"
  534. prompt in the monitor log, but at present is not entirely rigorous about
  535. it, so as not to slow down the program I/O.  Therefore you may see 
  536. some "cmd:"s imbedded in the log from time to time.
  537.  
  538. Since the program doesn't yet know whether it is in command or converse mode,
  539. or whether a connect is in progress or not, trying to use RESET or RESTART
  540. in converse mode or while a connect is in progress will not work correctly.
  541.  
  542. CTRL- type keys are not sent out through the Tnc as they usually would be
  543. with a normal terminal program. Instead, they get the default Windows
  544. handling.  If you use a CTRL-Z for example, you will get the "UNDO" function.
  545. You need to use /EX to end any messages, but the Compose Message
  546. Editor does this automatically.
  547.  
  548.  
  549. Please get in touch with me about any bugs/problems/suggestions etc.
  550. Thanks,   Howard  KI7CU @ W0LVJ.WA.USA.NA, or 
  551. CompuServe 71165,1274.