
 EzPacket is written for use with a Poor Man's Packet (PMP) modem.  The
 original PMP software was written by Andrew C. Payne.  I used that code as
 a model for this program.  More than 95% of EzPacket has been written from
 scratch.  Only a few small pieces of code remain nearly the same as Mr.
 Payne's code.  Those pieces perform the low-level bit I/O and they will be
 replaced in the next version.

 Two things I still hope to implement soon are interrupt driven I/O (so the
 keyboard is even more responsive) and unattended KA-NODE emulation.  At the
 same time, I will remove the separate SSIDs for multiple sessions and make
 EzPacket handle multiple sessions with one SSID as commercial TNCs do.  With
 some luck, this may be done by summer of of 1994.  EzPacket will be available
 on a BBS at (708) 391-8773.  The file will be named EZPKT_??.ZIP where ?? is
 the version number.  (I might charge a small fee to get future versions that
 contain NODE functions.)  Also, I prefer to get all questions & comments by
 mail or via the above BBS's sysop (not by phone - lots of you, only 1 of me).

 I've tried to make this new program more friendly than PMP.EXE and give it
 a lot of new features.  If anyone has any suggestions, feel free to write
 to me at my address in the latest Callbook. (As of 12/1/93, my address is
 236 W. Norman Lane, Wheeling, IL  60090.)  I can also be reached via
 messages to the above BBS's sysop.  (I prefer not to receive phone calls 
 since there are a lot more of you than there are of me.  Thanks.)

 Getting started with EzPacket is very simple.  The first time it is run,
 it creates a configuration file (EZPACKET.CFG) that defaults nearly
 everything, assuming that it is to work with a PMP modem using LPT1.  When
 the configuration file is created, it automatically places you in the
 configuration screen so that you can enter your call sign.  DON'T FORGET
 TO DO THIS.  Everything else should work as-is.  If you wish to customize
 the configuration, it is done on-line and most of the screens are pretty
 self-explanatory.  Also, as with PMP.EXE, ALT-H from the main screen will
 give help on keys and running EzPacket with /? will give command-line
 options.  A DETAILED 20+ PAGE USER'S MANUAL IS ALSO AVAILABLE FROM ME FOR
 ONLY $5.00 (TO COVER LASER-PRINTING AND POSTAGE COSTS).

 Also, you may be wondering what the included EZPACKET.ICO file is for. 
 If you are a Microsoft Windows user, this is an icon you can configure
 Windows to use for EzPacket.  Please note, however, that EzPacket does NOT
 run correctly in a 386-enhanced mode window.  It must be run as a
 foreground task, full-screen, to allow it to do critical I/O timings.
 EzPacket also does not work well in a DOS session under OS/2, again due to
 timing constraints.

 I hope you enjoy the program and find it usefull.

                                
                                     Frank Domina (N9MXI)

 ****************************************************************************

 HISTORY: Version 1.5 has a minor bug that has been fixed in version 1.6.
          The bug was that the configured TX_PORT, TX_BIT, RX_PORT and
          RX_BIT were not being used.  Some older debugging code that had 
          them hard-coded to the defaults was accidentally left in.  This 
          caused a problem when trying to use a serial port to communicate 
          with a Baycom modem.  Sorry 'bout that.  
          
          Version 1.6a added a display of the COM and LPT port addresses to
          make configuration easier.

          Version 1.7 (this version) adds a crude mailbox facility via a new
          remote command, adds a help screen for the remote commands, and a
          constant carrier-detect with no data will no longer cause a lock-up.

