AnyDATA HS-USB Serial 2 (NMEA) Device (PID 6604) (COM5) Driver



-->

  1. Anydata Hs-usb Serial 2 (nmea) Device (pid 6604) (com5) Driver -
  2. Anydata Hs-usb Serial 2 (nmea) Device (pid 6604) (com5) Drivers

Revision 2.0 of the Universal Serial Bus Specification specifies a USB selective suspend feature. By using this feature, the Windows operating system can selectively suspend idle USB devices. This allows Windows to efficiently manage the power requirements of the overall system. For more information about how Windows supports the USB selective suspend feature, see USB selective suspend. (This resource may not be available in some languages and countries.)

0017 0018 # Syntax: 0019 # vendor vendorname 0020 # device devicename. Download AnyDATA modem drivers or install DriverPack Solution software for driver scan and update. AnyDATA CDMA USB Serial 2 (NMEA) Device (PID 6802) AnyDATA CDMA. This USB to Serial adapter is compatible with Windows 8, Linux and Mac. Its small size makes it perfect for mobile applications and devices. It gives you one additional serial RS232 DB9 serial port. Hi, I thought some of the guys here could help me out. Due to IT restrictions, I am not allowed to pull drivers from Windows Update hence I have to resort to asking for help here. Any advice or downloads to the driver INF files would be much appreciated. PCI Serial Port (PCI VEN.

By default, USB selective suspend is disabled by Windows in order to provide a consistent user experience and to avoid resume latency from selective suspend.

A HID device that supports selective suspend must be designed to:

  • Retain the first input, touch, movement or key press when resuming from selective suspend.
  • Wake from selective suspend on movement.
  • Maintain the wireless link (if applicable).
  • Maintain power to any active status LEDs, such as NUM lock or CAPS lock.
  • Resume from selective suspend without any perceived delay by the user.

Windows 8 supports two methods for enabling Selective Suspend for HID USB devices. They are as follows:

  1. Microsoft OS Descriptor [PREFERRED]: The Microsoft OS Descriptor’s Extended Properties descriptor can be used to write the necessary registry key(s) to support USB HID Selective Suspend.
  2. Vendor Provided INF: The Hardware manufacturer can provide an INF file (that matches on the USB Hardware ID for the HID devnode) to install the appropriate registry keys.

Microsoft recommends that hardware vendors and PC manufacturers use the first option to enable USB HID Selective Suspend. The advantages of this option are:

  • Hardware vendors and PC manufacturers do not have to install an additional INF file.
  • The necessary registry setting is automatically populated on new Windows 8 installations.
  • The necessary registry setting is preserved on an upgrade to Windows 8.
  • The user cannot lose (or disable) Selective Suspend functionality by uninstalling the INF.

However, hardware vendors and PC manufacturers who wish to still use the INF approach, can use the example below. The following is a sample INF file that shows how to enable this USB feature for HID devices in Windows:

Where:

  1. The INF Version section should have the CLASSGUID and DriverVer directives set as follows:

    • The CLASSGUID directive must specify the Microsoft class GUID for HID devices. This GUID has the value {745a17a0-74d3-11d0-b6fe-00a0c90f57da}.

    • The DriverVer directive must have a value that has a newer date and greater version number than the value specified by the DriverVer directive in Input.inf.

    1. The VendorXYZDevice* sections specify the hardware identifier (ID) for the vendor's HID device. The hardware ID consists of a vendor identifier (VID) and product identifier (PID). Each hardware ID for a device must have VID/PID values that are unique to the vendor and device. This ensures that the same hardware ID does not correspond to multiple names and settings
    1. The VendorXYZDevice_Install.NT and VendorXYZDevice_Install.NT.HW sections are INF DDInstall sections. In this example, these sections contain INF Include and Needs directives.

    The Include directives reference the system-supplied Input.inf file, which contains INF sections needed to enable the USB selective suspend feature for the vendor's HID device.

    The Needs directives indicate which sections from Input.inf should be processed during device installation. In this case, the HID_SelSus_Inst section is selected instead of the default HID_Inst section, which does not support selective suspend.

    1. The VendorXYZDevice_Install.NT.Services section is an INF DDInstall.HW section. In this example, the section also contains the same values for the INF Include and Needs directives.
-->

This section describes the device, hardware and compatible identifiers generated by USB devices.

Since the Windows operating system generates special USB identifiers for printer and mass storage devices, the following documentation divides USB identifiers into two groups:

Driver

Anydata Hs-usb Serial 2 (nmea) Device (pid 6604) (com5) Driver -

For all USB devices, the USB bus driver generates a standard set of identifiers composed of values retrieved from the USB device and interface descriptors. Standard USB Identifiers are discussed in the first of the two sections indicated above. In addition to the standard USB identifiers, native Windows drivers for mass storage and printer devices generate a separate set of USB identifiers composed of information about special relevance to printers and storage devices. These special USB identifiers are discussed in the second section.

AnyDATA HS-USB Serial 2 (NMEA) Device (PID 6604) (COM5) Driver

Anydata Hs-usb Serial 2 (nmea) Device (pid 6604) (com5) Drivers

Note Starting with Microsoft Windows 2000, the numbers that are embedded in USB identifiers is in hexadecimal format.