home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / siocomm.zip / READ.ME < prev    next >
Text File  |  1994-06-26  |  1KB  |  35 lines

  1.  
  2.  
  3.  
  4.  
  5.       SIOCOMM.DLL can be used on OS/2 versions 2.0 and up, to replace
  6.       the popular MAXCOMM.DLL.
  7.  
  8.       MAXCOMM seems to be optimized for use with IBM's COM.SYS. 
  9.       However, some of MAXCOMM's features and procedures seem
  10.       unnecessary and may be detrimental when used with SIO.SYS.  Of
  11.       particular note, the Hayes ESP seems to have lockup problems when
  12.       MAXCOMM is used and not when SIOCOMM is used.
  13.  
  14.       Programs that use MAXCOMM load it specifically by name, and the
  15.       name is imbedded in the EXE.  A program is provided that will
  16.       patch an EXE so that it will load SIOCOMM.  The program is
  17.       HACKIT.EXE and can be executed from either an OS/2 or DOS prompt. 
  18.       The syntax to execute HACKIT is as follows:
  19.  
  20.       HACKIT <FileName ExistingString ReplacementString>
  21.  
  22.       The existing string and the replacement string must have the same
  23.       number of characters, and the strings are CASE SENSITIVE.  For
  24.       example, to modify Binkley to use SIOCOMM, use the following:
  25.  
  26.       HACKIT BTP.EXE MAXCOMM SIOCOMM
  27.  
  28.       To restore Binkley to use MAXCOMM, use the following:
  29.  
  30.       HACKIT BTP.EXE SIOCOMM MAXCOMM
  31.  
  32.       SIOCOMM.DLL is freeware and may be distributed with other
  33.       software.
  34.  
  35.