home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / irdat400.zip / readme.txt < prev   
Text File  |  1995-10-20  |  1KB  |  41 lines

  1. Enable your infrared port using the configuration utility.  Note
  2. both the I/O address (in hexadecimal) and interrupt number (in decimal).
  3.  
  4. Copy IRDD.SYS to the c:\OS2 directory
  5.  
  6.     copy a:\LMDLL.DLL c:\OS2\DLL
  7.  
  8.  
  9.  
  10. Put the IRDD.SYS in your config.sys file
  11.      
  12.                                  /* I/O address: com 1 = 3f8 com2 = 2f8 */
  13.                                  /* interrupt #:       =   4      =   3 */
  14.  
  15.     device=c:\irdd.sys  3f8 4
  16.  
  17. copy LMDLL.dll to the \os2\dll\ directory
  18.  
  19.     copy a:\LMDLL.DLL c:\OS2\DLL
  20.  
  21.  
  22. Open the Settingsbox of the printer job icon.
  23. Install the PM Port  driver by clicking with mouse button 2 on
  24. any existing port driver (ie. LPT1 LPT2 LPT3 COM1 etc) and
  25. selecting the install option to install INFRARED.PDR.  Then
  26. from the install new port dialog enter a:\ and select refresh.
  27. then select the infrared port driver and the select button.
  28.  
  29.  
  30. NOTE: You can redirect windows printing to the OS/2 queue that
  31. is using the infrared port by using the spool command:
  32.    spool /d:lpt3 /o:OS/2PhysicalQueueName
  33. where OS/2PhysicalQueuename is the Physical name of the OS/2 queue
  34. connected to the infrared port. The Physical name of the OS/2 queue
  35. is displayed in the first page of the settings notebook for any print
  36. object.  After the spool command is issued all output
  37. sent to the redirected LPT port will be spooled to the OS/2 Queue.
  38. The physical queue name can be found in the print object's settings on
  39. the view page.
  40.  
  41.