home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / hamradio / ezpkt16.zip / README.TXT < prev   
Text File  |  1992-06-05  |  4KB  |  61 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 be
  7.  replaced in the next version.
  8.  
  9.  Two things I intend to implement soon are interrupt driven I/O (so the
  10.  keyboard is even more responsive) and unattended KA-NODE emulation.  At the
  11.  same time, I will remove the separate SSIDs for multiple sessions and make
  12.  EzPacket handle multiple sessions with one SSID as commercial TNCs do.  I
  13.  hope to have this all done by early fall of 1992.  In the mean time, I will
  14.  try to get this version onto some of the larger HAM BBS services (dial-up)
  15.  and let it migrate from there.  It will also be on a the PRECISION BBS at
  16.  (708) 391-8773.  The file will be named EZPKT_??.ZIP where ?? is the
  17.  version number (i.e. 16).  (Note: I may decide to charge a small amount 
  18.  for the future versions that contain NODE functions - or I may not.)  
  19.  New versions of EzPacket will be placed on the PRECISION BBS as they become
  20.  available.  The next one will probably not be available until sometime after
  21.  Labor Day.  (Work and school are keeping me busy enough!)
  22.  
  23.  I've tried to make this new program more friendly than PMP.EXE and give it
  24.  a lot of new features.  If anyone has any suggestions, feel free to write
  25.  to me at my address in the latest Callbook. (As of 6/3/92, my address is
  26.  236 W. Norman Lane, Wheeling, IL  60090.)  I can also be reached via
  27.  messages to the above BBS's sysop.  (I prefer not to receive phone calls 
  28.  since there are a lot more of you than there are of me.  Thanks.)
  29.  
  30.  Getting started with EzPacket is very simple.  The first time it is run,
  31.  it creates a configuration file (EZPACKET.CFG) that defaults nearly
  32.  everything, assuming that it is to work with a PMP modem using LPT1.  When
  33.  the configuration file is created, it automatically places you in the
  34.  configuration screen so that you can enter your call sign.  DON'T FORGET
  35.  TO DO THIS.  Everything else should work as-is.  If you wish to customize
  36.  the configuration, it is done on-line and most of the screens are pretty
  37.  self-explanatory.  Also, as with PMP.EXE, ALT-H from the main screen will
  38.  give help on keys and running EzPacket with /? will give command-line
  39.  options.  A detailed 20+ page user's manual is also available from me for
  40.  only $5.00 (to cover laser-printing and postage costs).
  41.  
  42.  Also, you may be wondering what the included EZPACKET.ICO file is for. 
  43.  If you are a Microsoft Windows user, this is an icon you can configure
  44.  Windows to use for EzPacket.  Please note, however, that EzPacket does NOT
  45.  run correctly in a 386-enhanced mode window.  It must be run as a
  46.  foreground task, full-screen, to allow it to do critical I/O timings.
  47.  
  48.  I hope you enjoy the program and find it usefull.
  49.  
  50.                                 
  51.                                      Frank Domina (N9MXI)
  52.  
  53.  ****************************************************************************
  54.  
  55.  HISTORY: Version 1.5 has a minor bug that has been fixed in version 1.6.
  56.           The bug was that the configured TX_PORT, TX_BIT, RX_PORT and
  57.           RX_BIT were not being used.  Some older debugging code that had 
  58.           them hard-coded to the defaults was accidentally left in.  This 
  59.           caused a problem when trying to use a serial port to communicate 
  60.           with a Baycom modem.  Sorry 'bout that.  
  61.