home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR33 / EZPKT_17.ZIP / README.TXT < prev   
Text File  |  1993-12-01  |  4KB  |  67 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 still hope 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.  With
  13.  some luck, this may be done by summer of of 1994.  EzPacket will be available
  14.  on a BBS at (708) 391-8773.  The file will be named EZPKT_??.ZIP where ?? is
  15.  the version number.  (I might charge a small fee to get future versions that
  16.  contain NODE functions.)  Also, I prefer to get all questions & comments by
  17.  mail or via the above BBS's sysop (not by phone - lots of you, only 1 of me).
  18.  
  19.  I've tried to make this new program more friendly than PMP.EXE and give it
  20.  a lot of new features.  If anyone has any suggestions, feel free to write
  21.  to me at my address in the latest Callbook. (As of 12/1/93, my address is
  22.  236 W. Norman Lane, Wheeling, IL  60090.)  I can also be reached via
  23.  messages to the above BBS's sysop.  (I prefer not to receive phone calls 
  24.  since there are a lot more of you than there are of me.  Thanks.)
  25.  
  26.  Getting started with EzPacket is very simple.  The first time it is run,
  27.  it creates a configuration file (EZPACKET.CFG) that defaults nearly
  28.  everything, assuming that it is to work with a PMP modem using LPT1.  When
  29.  the configuration file is created, it automatically places you in the
  30.  configuration screen so that you can enter your call sign.  DON'T FORGET
  31.  TO DO THIS.  Everything else should work as-is.  If you wish to customize
  32.  the configuration, it is done on-line and most of the screens are pretty
  33.  self-explanatory.  Also, as with PMP.EXE, ALT-H from the main screen will
  34.  give help on keys and running EzPacket with /? will give command-line
  35.  options.  A DETAILED 20+ PAGE USER'S MANUAL IS ALSO AVAILABLE FROM ME FOR
  36.  ONLY $5.00 (TO COVER LASER-PRINTING AND POSTAGE COSTS).
  37.  
  38.  Also, you may be wondering what the included EZPACKET.ICO file is for. 
  39.  If you are a Microsoft Windows user, this is an icon you can configure
  40.  Windows to use for EzPacket.  Please note, however, that EzPacket does NOT
  41.  run correctly in a 386-enhanced mode window.  It must be run as a
  42.  foreground task, full-screen, to allow it to do critical I/O timings.
  43.  EzPacket also does not work well in a DOS session under OS/2, again due to
  44.  timing constraints.
  45.  
  46.  I hope you enjoy the program and find it usefull.
  47.  
  48.                                 
  49.                                      Frank Domina (N9MXI)
  50.  
  51.  ****************************************************************************
  52.  
  53.  HISTORY: Version 1.5 has a minor bug that has been fixed in version 1.6.
  54.           The bug was that the configured TX_PORT, TX_BIT, RX_PORT and
  55.           RX_BIT were not being used.  Some older debugging code that had 
  56.           them hard-coded to the defaults was accidentally left in.  This 
  57.           caused a problem when trying to use a serial port to communicate 
  58.           with a Baycom modem.  Sorry 'bout that.  
  59.           
  60.           Version 1.6a added a display of the COM and LPT port addresses to
  61.           make configuration easier.
  62.  
  63.           Version 1.7 (this version) adds a crude mailbox facility via a new
  64.           remote command, adds a help screen for the remote commands, and a
  65.           constant carrier-detect with no data will no longer cause a lock-up.
  66.  
  67.