home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / INFO / FAQS / OS2FAX2 / PCMCIA.FAX < prev    next >
Encoding:
Text File  |  1993-12-08  |  3.0 KB  |  70 lines

  1. The following instructions describe how to install and configure the
  2. Megahertz PCMCIA modem under OS/2 2.1.  These instructions are written
  3. to utilize the DOS based point enabler that ships with this modem.
  4. (Filename: SETMHZ.EXE)
  5.  
  6. If at all possible, the best way (and the recommended way) to use the
  7. Megahertz modem is to use their OS/2 client device drivers.  These
  8. instructions on how to install the DOS based point enablers are provided
  9. by us for those instances where the client device drivers are not
  10. available.  To receive a copy of the Megahertz OS/2 client device
  11. drivers for their PCMCIA modem, call Megahertz.  Megahertz's toll free
  12. number is (800) 527-8677.
  13.  
  14. If you are using this modem in a non-IBM machine, then you may not have
  15. the necessary socket services.  You should contact the vendor of your
  16. computer to see if socket services are available.  If no socket services
  17. are available, you should try to install the point enabler (see following).
  18.  
  19. ------------------------------------------------------------------------------
  20.  
  21. The Megahertz XJACK PCMCIA Data/FAX modem has been tested under OS/2 and will
  22. work under the limitations listed in the previous section.  This procedure is
  23. designed to use the MEGAHERTZ DOS Point Enabler named SETMHZ.EXE.  Megahertz
  24. is currently developing an OS/2 Client Device driver for their modem.  Below
  25. are the necessary steps required to configure the Megahertz XJACK PCMCIA
  26. Data/FAX modem:
  27.  
  28. 1. Edit the CONFIG.SYS and add the following parameters to the COM.SYS device
  29. driver:
  30.  
  31. ..\COM.SYS (2,2f8,3)
  32.  
  33. 2. You will need to create an input file for the DEBUG utility.  You should
  34. create this file in the same directory as the SETMHZ.EXE program.  This input
  35. file will be used to zero out the BIOS information at the 40:0 location.  See
  36. the following section for an example of the DEBUG.INP file.
  37.  
  38. 3. You will need to create a DOS Batch (*.BAT) file named SETUPMOD.BAT with
  39. the following lines in it:
  40.  
  41. DEBUG < DEBUG.INP
  42. SETMHZ
  43.  
  44. Note:  This file must be in the same directory as the DEBUG.INP and SETMHZ.EXE
  45. files.
  46.  
  47. 4. After creating the SETUPMOD.BAT file, you should execute it to make sure
  48. that you get no errors.
  49.  
  50. 5. You then should create an ICON to point to the SETUPMOD.BAT file.  You
  51. should set the WORKING DIRECTORY to the directory where the SETUPMOD.BAT,
  52. DEBUG.INP and SETMHZ.EXE files reside.  This ICON (or DOS Program Object)
  53. should be placed in your Startup Folder so that the modem is initialized each
  54. time you boot OS/2 2.1.
  55.  
  56. The DEBUG.INP is an input file for the OS/2 - DOS DEBUG utility.  This file
  57. contains the keystrokes necessary to place zeros in the ROM BIOS location for
  58. COM2.  This is required for the DOS Point Enabler of the Megahertz and other
  59. similar PCMCIA Data/FAX modems.  You need to create this file for the steps
  60. listed in the previous section.  The DEBUG.INP file must be created EXACTLY as
  61. shown below:
  62.  
  63. -e 40:2  00
  64. -e 40:3  00
  65. -q
  66.  
  67.  
  68. Note:  There should be one blank line following the 'q'.  The very first line
  69. must be the "e 40:2" line.
  70.