Creating and using virtual serial (COMx) ports on NT
Results 1 to 3 of 3

Thread: Creating and using virtual serial (COMx) ports on NT

  1. #1
    Join Date
    Mar 2000
    Location
    Chicago,IL,USA
    Posts
    2

    Creating and using virtual serial (COMx) ports on NT

    Iam trying to create a virtual serial (COMx) port on NT 4.0, to install a modem.
    Creating is fine, but when NT reboots, it checks for the physical existence of this port and deletes it. I know this from the event log. Something about "contents of latch register same as interrupt ..."
    /fastdetect,/noserial mice boot options do not help.
    Checked, double checked IRQ, port nos etc and they are all fine.
    Anybody resolved this problem and how ?

    Thanks,
    -RSN

  2. #2
    Join Date
    Feb 2000
    Location
    MANASSAS,VA .,USA
    Posts
    29
    this came from Technet 12-99

    Verify Your COM Port(s)
    -----------------------

    Verify that Windows NT recognizes your COM port(s) by double-clicking the Ports
    icon in Control Panel to see if the COM port that the modem is connected to is
    listed. If it is, Windows NT recognizes the COM port.

    If the COM port is not recognized in the Control Panel Ports applet, there is
    most likely a hardware problem or a configuration problem. Use the following
    steps to troubleshoot the problem.

    External Modems

    1. If the COM port is on the motherboard or is provided by a serial card, make
    sure the port is not disabled in the BIOS (also called the CMOS) setup of the
    computer. Refer to the documentation for your computer to obtain information
    about configuring options in the BIOS setup.

    2. Make sure there are no other adapters or devices that are configured for the
    same Base I/O Address or IRQ as the COM port to which the modem is attached.

    3. Verify that the serial port is not defective. If the modem and any other
    serial devices fail on the COM port but work on other COM ports, and you have
    verified the two steps above, the serial port may be defective.

    4. Verify the serial cable is not defective by using a new standard serial
    cable.

    Internal Modems

    1. If the COM port is defined by an internal modem, make sure the jumpers on the
    modem are configured properly. Internal modems will almost always have a
    jumper on the adapter that configures the modem as a particular COM port.
    There may or may not be jumpers that allow you to set the Base I/O Address
    and IRQ to be used by the modem as well.

    2. If the modem is configured for a COM port number that is assigned to a COM
    port on the motherboard or a serial card (physical port), you must either set
    the modem to use a different COM port, or use the BIOS setup to disable the
    COM port with the same number as the internal modem. For example, if both the
    internal modem and the physical COM port are set to COM1, you must either set
    the internal modem to a different, unused COM port, or the physical COM1 port
    must be disabled in the BIOS setup.

    3. Make sure there are no other adapters or devices that are configured for the
    same Base I/O Address or IRQ as the internal modem. Usually COM3, using an
    IRQ (or interrupt) of 5, is a good choice for an internal modem. However, if
    you have a sound card, you may need to choose a different IRQ than 5 since
    many sound cards use that interrupt.

    4. In the Ports component of Control Panel, verify that the IRQ settings and the
    I/O addresses are correct. Check the System log with the Event Viewer for I/O
    or IRQ conflict errors.

    When possible, use standard settings for COM ports, which are as follows:

    SERIAL 1 COM1: I/O Address = 3F8h IRQ = 4
    SERIAL 2 COM2: I/O Address = 2F8h IRQ = 3
    SERIAL 3 COM3: I/O Address = 3E8h, IRQ = 4
    SERIAL 4 COM4: I/O Address = 2E8h, IRQ = 3

    5. You do NOT need to add a new port in the Control Panel Ports applet to add
    support for an internal modem. NTDETECT will detect the internal modem and
    the COM port it is configured to use. If a duplicate port was added using the
    Add button in the Control Panel Ports applet, use the Delete button to remove
    the duplicate port.

    6. Verify that the internal modem is not defective. Also, it is often a good
    idea to check with the vendor of your modem to see if there is a flash
    upgrade available for your modem.


    HOPE THIS HELPS.
    A+ MCSE (just got it)

  3. #3
    Join Date
    Aug 1999
    Location
    Memphis, TN
    Posts
    407
    I had a similar problem with trying to get my modem to use COM3. Another user on this forum suggested I go to \i386\drivers\pcipnp.inf on the NT Workstation cd, right click on it and install. After a reboot, NT detected my modem and created COM3.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •