home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / packet / pak_08 / amsoft.iii next >
Text File  |  1997-02-01  |  7KB  |  116 lines

  1.  
  2.  EzPacket is written for use with a Poor Man's Packet (PMP) modem.  The
  3.  original PMP software was written by Andrew C. Payne.  I used that code as
  4.  a model for this program.  More than 95% of EzPacket has been written from
  5.  scratch.  Only a few small pieces of code remain nearly the same as Mr.
  6.  Payne's code.  Those pieces perform the low-level bit I/O and they will 
  7.  hopefully be replaced sometime soon.
  8.  
  9.  EzPacket updates will be available on a BBS at (708) 980-9544 prior to 
  10.  April 20, 1996 and at (847) 985-9544 after April 20, 1996.  The file 
  11.  will be named EZPKT???.ZIP where ??? is the version number.  Also, I prefer 
  12.  to get all questions and comments by mail or via the above BBS's sysop 
  13.  (not by phone - lots of you, only 1 of me).  Thanks.
  14.  
  15.  I've tried to make this new program more friendly than PMP.EXE and give it
  16.  a lot of new features.  If anyone has any suggestions, feel free to write
  17.  to me at my address in the latest Callbook. (As of 1/27/96, my address is
  18.  3101 Chastain Drive, Atlanta, GA  30342, but I expect it to change by 4/96.)
  19.  
  20.  Getting started with EzPacket is very simple.  The first time it is run,
  21.  it creates a configuration file (EZPACKET.CFG) that defaults nearly
  22.  everything, assuming that it is to work with a PMP modem using LPT1.  When
  23.  the configuration file is created, it automatically places you in the
  24.  configuration screen so that you can enter your call sign.  DON'T FORGET
  25.  TO DO THIS.  Everything else should work as-is.  If you wish to customize
  26.  the configuration, it is done on-line and most of the screens are pretty
  27.  self-explanatory.  Also, as with PMP.EXE, ALT-H from the main screen will
  28.  give help on keys and running EzPacket with /? will give command-line
  29.  options.  A DETAILED 20+ PAGE USER'S MANUAL IS ALSO AVAILABLE FROM ME FOR
  30.  ONLY $5.00 (TO COVER LASER-PRINTING AND POSTAGE COSTS).
  31.  
  32.  Also, you may be wondering what the included EZPACKET.ICO file is for. 
  33.  If you are a Microsoft Windows user, this is an icon you can configure
  34.  Windows to use for EzPacket.  Please note, however, that EzPacket does NOT
  35.  run correctly in a 386-enhanced mode window.  It must be run as a
  36.  foreground task, full-screen, to allow it to do critical I/O timings.
  37.  EzPacket also does not work well in a DOS session under OS/2, again due to
  38.  timing constraints.
  39.  
  40.  I hope you enjoy the program and find it usefull.
  41.  
  42.                                 
  43.                                      Frank Domina (N9MXI)
  44.  
  45.  ****************************************************************************
  46.  
  47.  HISTORY: Version 1.5 has a minor bug that has been fixed in version 1.6.
  48.           The bug was that the configured TX_PORT, TX_BIT, RX_PORT and
  49.           RX_BIT were not being used.  Some older debugging code that had 
  50.           them hard-coded to the defaults was accidentally left in.  This 
  51.           caused a problem when trying to use a serial port to communicate 
  52.           with a Baycom modem.  Sorry 'bout that.  
  53.           
  54.           Version 1.6a added a display of the COM and LPT port addresses to
  55.           make configuration easier.
  56.  
  57.           Version 1.7 adds a crude mailbox facility via a new remote command,
  58.           adds a help screen for the remote commands, and a constant carrier-
  59.           detect with no data will no longer cause a lock-up.
  60.  
  61.           Version 1.7a updated the phone number for the BBS that is listed in 
  62.           the "about" screen (ALT-A) to the latest number.  No other changes 
  63.           were made from 1.7 to 1.7a.
  64.  
  65.           Version 1.8.x beta releases:
  66.             - Fixed BUG that did not display the session number correctly 
  67.               when prompting for the session's upload file name.
  68.             - Removed prompt when FORCING an in-progress disconnect.
  69.             - Added display of found LPT and COM ports when editing config.
  70.             - Remembers and uses the last video mode (25 vs 43/50 line mode)
  71.               unless told otherwise on the command line (run EzPacket /? 
  72.               for help)
  73.             - Updated the ALT-A "about" screen again
  74.             - Fixed bug that could cause nodes or stations heard lists to 
  75.               become corrupted after clearing the lists.
  76.             - Added monitoring station include/exclude filters.  The list is
  77.               "H" in the ALT-O options, and it is enabled for each window 
  78.               under "D" then "window number" in the ALT-O options.
  79.             - Added clearing scrollback buffers (see ALT-H help for key)
  80.             - Added TAB/BackTAB to switch windows
  81.             - Added ability to take action on key pressed when exiting 
  82.               Help Screen
  83.             - Fixed failure to write scrollback buffer or current window 
  84.               (ALT-F & ALT-W)  I think this bug was only in previous beta
  85.               releases.
  86.  
  87.           Version 2.0:
  88.             - Added optional message types to filter when monitoring
  89.             - No longer tries to display data from unknown packet 
  90.               tranport formats
  91.             - Added more config options for sound [(1) off, (2) on, 
  92.               (3)only within text (typed or received), and (4) only from 
  93.               user interface.)
  94.             - Most control chars are now changed to printable chars in the 
  95.               scrollback buffer (i.e. CTRL-A displays as ^A, etc.):
  96.                   + Tabs still get translated to the appropriate number 
  97.                     of spaces.  
  98.                   + Backspace now overwrites the previous character on the 
  99.                     same line.  
  100.                   + Other printer control characters such as <VT>, <CR>, 
  101.                     <LF> and <FF> are NOT translated to printable 
  102.                     characters.
  103.                   + Bell chars beep (if enabled in configuration) when 
  104.                     FIRST "displayed" AND are STRIPPED from scrollback 
  105.                     buffer so quiet when scrolling.
  106.             - When typing in data, BELL chars (CTRL-G) display as "ß", 
  107.               TAB chars (CTRL-I) display as "≈", and all other control 
  108.               chars will DISPLAY as the character representing the typed 
  109.               char + hex 80, BUT the true typed characters will actually 
  110.               be taken as the input.  For example CTRL-A, which is hex 01, 
  111.               will be DISPLAYED as the character that is hex 81, which 
  112.               happens to be "ü", but the typed CTRL-A will be taken as the 
  113.               input.   This is to simplify the user input line and make 
  114.               normally undisplayable characters visible when typing.  
  115.  
  116.