home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / PCMCIA.FAX < prev    next >
Text File  |  1994-12-09  |  3KB  |  73 lines

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