home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / COMMOD.ZIP / README.ART < prev   
Text File  |  1991-03-13  |  2KB  |  45 lines

  1. Dudes,
  2.  
  3. I have here a COM01.SYS compatible driver that will use a third or fourth
  4. serial port on your AT.  This particular file is configured as
  5. follows.  (ie. the sample COM01.SYS driver is set up for...)
  6.  
  7. Your mouse must be on COM1 if it's a serial mouse.
  8. Modem #1 (in my case, the external modem)  COM2, IRQ3, port 02F8.
  9. Modem #2 (in my case, the internal modem)  COM3, IRQ7, port 03E8.
  10.  
  11. Following is the patch list.  Use the OS/2 system command PATCH to modify
  12. this to suit your needs.  The values in () are what I have changed the
  13. values to in this version of the driver.  I am running this under 1.3,
  14. and I haven't tested it under 2.0.
  15.  
  16. Execute this OS/2 command to patch the driver...
  17.  
  18. PATCH COM03.SYS
  19.  
  20. Address Type   As delivered   What is it
  21.  
  22.   020D  Char   '1'  (2)       Character for device name of device A
  23.   0227  Char   '2'  (3)       Character for device name of device B
  24.   0E05  Word   0000 (0001)    Port number (0..3) of device A
  25.   0E0E  Word   0001 (0002)    Port number (0..3) of device B
  26.   20E8  Word   03F8 (02F8)    I/O address for device A
  27.   20F4  Word   02F8 (03E8)   I/O address for device B
  28.   211F  Byte   00   (01)      Port number (0..3) of device A
  29.   216F  Byte   00   (01)      Port number (0..3) of device A
  30.   20EF  Byte   04   (03)      IRQ level of device A
  31.   2101  Byte   03   (07)      IRQ level of device B
  32.  
  33.  
  34. Add this line to your CONFIG.SYS
  35.  
  36. DEVICE=C:\OS2\COM03.SYS
  37.  
  38. And you're ready to rock and roll.  If you have two dual port serial cards
  39. and a BUS mouse you can modify this driver and load it twice to support all
  40. 4 of your serial ports.  Use IRQ 3,4,5 & 7.
  41.  
  42.  
  43.  
  44. Thanks to Wayne Conrad who's patch list I'm using.
  45.