Drivers GMC Port Devices



The device does not have a device driver: When a device driver for a device is not available, Device Manager displays the device as Unknown Device and puts it in the Other devices branch. This is very common with universal serial bus (USB) and Institute of Electrical and Electronics Engineering (IEEE) 1394 composite devices. The serial port ttySx (x=0,1,2, etc.) is major number 4. You can see this (and the minor numbers too) by typing: 'ls -l ttyS.' in the /dev directory. To find the device names for various devices, see the 'devices' file in the kernel documentation. There formerly was a 'cua' name for each serial port and it behaved just a little differently.

-->

By default, the combined operation of the Ports class installer and the Serial function driver configure a serial port as a COM port. Serial creates a COM port device interface for a serial port if the SerialSkipExternalNaming entry value for a device does not exist or is set to zero. For more information about how Serial creates a COM port device interface for a COM port and how to override this operation, see External Naming of COM Ports.

DriversDrivers GMC Port Devices

The Ports class installer performs the following tasks when it installs a serial port:

  1. Selects a COM port number and sets a port name in the PortName entry value under the device's hardware key. The port name has the format COM<n>, where <n> is the port number. If Serial creates a COM port interface for the serial port, Serial uses the value of PortName as the symbolic link name for the COM port.

  2. Displays a default property page dialog box, which allows a user to select settings for the port. For information about how to install a custom properties page, see Installing an Advanced Properties Page for a COM Port.

  3. Sets the device friendly name for the device. You obtain the name using the SPDRP_FRIENDLYNAME flag with SetupDiGetDeviceRegistryProperty.

Drivers GMC Port DevicesDrivers GMC Port Devices

Drivers Gmc Port Devices For Sale

You can supply a co-installer to set registry settings for a Plug and Play serial device. If an entry value is not present in the registry, Serial uses a default value for the port.