home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / maxdlls.zip / read.me < prev    next >
Text File  |  1994-01-13  |  3KB  |  74 lines

  1.  
  2.  
  3. Maxcomm BETA v2.90, Thu  94-01-13
  4. ============================
  5.  
  6. Version number jumped from 2.07 to 2.90 to retroactively correct Vince's
  7. docs which made a reference: "Any version newer than 2.5".
  8.  
  9. Included recompiled com.sys with larger input buffer.   I had to
  10. decrease the size of the output buffer a bit to do this.  This is not an
  11. official IBM release;  I changed it myself and recompiled it (the source
  12. is on the DSDK CDROM).  The old input buffer size was about 5k,  this
  13. new one is 10k.  This should help people that use their computer for
  14. more than just a bbs (especially if they allow dos/windows programs to
  15. run).
  16.  
  17. Changed MaxRate program to report size of in/out buffers in the device
  18. driver.
  19.  
  20. This version is being relased as MAXDLLS.LZH.  It contains many things,
  21. so as not to frustrate new BinkleyTerm/2 users:
  22.  
  23.   Maxcomm.dll  -- serial communictions layer that Bink/Max and some
  24.                   Doors use.
  25.  
  26.   SnServer.dll -- "Snoop" api that btp/max use.  Btp will not load
  27.                   without this,  and for reasons unknonwn,  btp has
  28.                   never shipped with it!
  29.  
  30.   MaxRate.exe  -- Opens a com port and tells you some information about
  31.                   it (or more precrisely,  the serial device driver).
  32.                   (Does not use maxcomm.dll)
  33.  
  34.   Snoop.lzh    -- Source code/EXE for a non-PM version of snoop.
  35.                   Because of a PM bug,  PmSnoop 1.3 does not work that
  36.                   well for some people.
  37.  
  38.   Comm.lzh     -- Comm.h and Maxcomm.lib,  for programmers.  Btp/Max are
  39.                   still 16bit (no reason to move them to 32bit, really)
  40.                   so maxcomm.dll is too.  I have a 32bit version ready,
  41.                   though, and may release it someday;  not much point
  42.                   now since the serial device driver has to be 16 bit.
  43.  
  44.   Com.sys      -- as discussed.
  45.  
  46. Maxcomm BETA v2.05, 93-11-13
  47. ============================
  48.  
  49. Uses extended ioctl to set bps rates.    Your device driver and hardware
  50. have to support the extended rates.  COM.SYS,  for example,  will not
  51. allow you to use > 57600 without special hardware.
  52.  
  53. Use the MaxRate program to get a report on your serial port(s).
  54.  
  55. Changes since 2.03 (last gerneral release):
  56.  
  57.   - Slight speed enhancments
  58.   - A bug fix
  59.   - Larger local buffers (4k each)
  60.   - Removed exit list code ("A handle was forced closed" will no longer
  61.     be printed).
  62.   - Remove call to "beep" when Read thread fills up.  The beep was
  63.     useful information to the user,  but caused the problem to get
  64.     worse,  since the thread was waiting for the beep to complete.  Now,
  65.     the only sign you will have is bad zmodem/janus packets.  Since the
  66.     buffer is larger (was 1k, now 4k) it will take longer to fill up.
  67.     But don't fool yourself -- the only thing that could make your
  68.     buffer fill up (a DOS program in the forground,  for example) that
  69.     soaked the 1k buffer will be nearly as likely (90%) to soak the 4k
  70.     buffer.
  71.   - Add a new Com...() function (ComRxPostMsg), at the suggestion of
  72.     Luns Tee,  to make maxcomm.dll work well with PM programs.
  73.  
  74.