Usb Serial Device Driver
USB-RS232 Serial Converter Driver Download. Windows 7 64-bit & 32-bit, Windows Vista 64-bit & 32-bit, Windows XP, Windows 2000, Windows Me, Windows 98. Important note regarding Windows 7 and Vista: The driver MUST be installed 'as Administrator' Right-click the downloaded EXE file and choose Run as administrator. To manually install the USB to Serial drivers on Windows 7 64-bit operating systems. Open Windows Control Panel. Select System Hardware Device Manager. The Device Manager window appears. Important: You must be logged on as an administrator or have administrative privileges to access the Device Manager.
- If you are having problems then check if you have installed the driver correctly. This is done by doing the following on your computer to check the installation. If the USB driver has been properly installed, “Serialio.com USB Serial Port” or “Prolific USB-to-Serial COM Port” will be displayed.
- Apr 20, 2017 USB-IF device class drivers. Windows provides in-box device class drivers for many USB-IF approved device classes, audio, mass storage, and so on. USB generic function driver–WinUSB. Windows provides Winusb.sys that can be loaded as a function driver for a custom device and a function of a composite device.
Last updated
- April, 2015
** OS version**
- Windows 10
- Windows 8.1
Applies to
- Device manufacturers of CDC Control devices
Microsoft-provided in-box driver (Usbser.sys) for your Communications and CDC Control device.
In Windows 10, the driver has been rewritten by using the Kernel-Mode Driver Framework that improves the overall stability of the driver.
- Improved PnP and power management by the driver (such as, handling surprise removal).
- Added power management features such as USB Selective Suspend.
In addition, UWP applications can now use the APIs provided by the new Windows.Devices.SerialCommunication namespace that allow apps to talk to these devices.
Usbser.sys installation
Load the Microsoft-provided in-box driver (Usbser.sys) for your Communications and CDC Control device.
Note If you trying to install a USB device class driver included in Windows, you do not need to download the driver. They are installed automatically. If they are not installed automatically, contact the device manufacturer. For the list of USB device class driver included in Windows, see USB device class drivers included in Windows.
Windows 10
In Windows 10, a new INF, Usbser.inf, has been added to %Systemroot%Inf that loads Usbser.sys as the function device object (FDO) in the device stack. If your device belongs to the Communications and CDC Control device class, Usbser.sys is loaded automatically.You do not need to write your own INF to reference the driver. The driver is loaded based on a compatible ID match similar to other USB device class drivers included in Windows.
USBClass_02
USBClass_02&SubClass_02
- If you want to load Usbser.sys automatically, set the class code to 02 and subclass code to 02 in the Device Descriptor. For more information, see USB communications device class (or USB CDC) Specification found on the USB DWG website. With this approach, you are not required to distribute INF files for your device because the system uses Usbser.inf.
- If your device specifies class code 02 but a subclass code value other than 02, Usbser.sys does not load automatically. Pnp Manager tries to find a driver. If a suitable driver is not found, the device might not have a driver loaded. In this case, you might have to load your own driver or write an INF that references another in-box driver.
- If your device specifies class and subclass codes to 02, and you want to load another driver instead of Usbser.sys, you have to write an INF that specifies the hardware ID of the device and the driver to install. For examples, look through the INF files included with sample drivers and find devices similar to your device. For information about INF sections, see Overview of INF Files.
Note Microsoft encourages you to use in-box drivers whenever possible. On mobile editions of Windows, such as Windows 10 Mobile, only drivers that are part of the operating system are loaded. Unlike desktop editions, it is not possible to load a driver through an external driver package. With the new in-box INF, Usbser.sys is automatically loaded if a USB-to-serial device is detected on the mobile device.
Windows 8.1 and earlier versions
In Windows 8.1 and earlier versions of the operating system, Usbser.sys is not automatically loaded when a USB-to-serial device is attached to a computer. To load the driver, you need to write an INF that references the modem INF (mdmcpq.inf) by using the Include directive. The directive is required for instantiating the service, copying inbox binaries, and registering a device interface GUID that applications require to find the device and talk to it. That INF specifies 'Usbser' as a lower filter driver in a device stack.
The INF also needs to specify the device setup class as Modem to use mdmcpq.inf. Under the [Version] section of the INF, specify the Modem and the device class GUID. for details, see System-Supplied Device Setup Classes.
For more information, see this KB article.
Configure selective suspend for Usbser.sys
Starting in Windows 10, Usbser.sys supports USB Selective Suspend. It allows the attached USB-to-serial device to enter a low power state when not in use, while the system remains in the S0 state. When communication with the device resumes, the device can leave the Suspend state and resume Working state. The feature is disabled by default and can be enabled and configured by setting the IdleUsbSelectiveSuspendPolicy entry under this registry key:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetEnumUSB<hardware id><instance id>Device Parameters
To configure power management features of Usbser.sys, you can set IdleUsbSelectiveSuspendPolicy to: Netgear gs724tp manual.
'0x00000001'
Enters selective suspend when idle, that is, when there are no active data transfers to or from the device.
'0x00000000'
Enters selective suspend only when there are no open handles to the device.
That entry can be added in one of two ways:
Write an INF that references the install INF and add the registry entry in the HW.AddReg section.
Describe the registry entry in an extended properties OS feature descriptor. Add a custom property section that sets the bPropertyName field to a Unicode string, 'IdleUsbSelectiveSuspendPolicy' and wPropertyNameLength to 62 bytes. Set the bPropertyData field to '0x00000001' or '0x00000000'. The property values are stored as little-endian 32-bit integers.
For more information, see Microsoft OS Descriptors.
Develop Windows applications for a USB CDC device
If you install Usbser.sys for the USB CDC device, here are the application programming model options:
Starting in Windows 10, a Windows app can send requests to Usbser.sys by using the Windows.Devices.SerialCommunication namespace. It defines Windows Runtime classes that can use to communicate with a USB CDC device through a serial port or some abstraction of a serial port. The classes provide functionality to discover such serial device, read and write data, and control serial-specific properties for flow control, such as setting baud rate, signal states.
In Windows 8.1 and earlier versions, you can write a Windows desktop application that opens a virtual COM port and communicates with the device. For more information, see:
Win32 programming model:
.NET framework programming model:
Related topics
Download the latest USB 2.0 Serial driver for your computer's operating system. All downloads available on this website have been scanned by the latest anti-virus software and are guaranteed to be virus and malware-free.
Find All USB 2.0 Serial Drivers
Browse the list below to find the driver that meets your needs. To see more matches, use our custom search engine to find the exact driver.
Usb Serial Port Device Driver
Tech Tip: If you are having trouble deciding which is the right driver, try the Driver Update Utility for USB 2.0 Serial. It is a software utility that will find the right driver for you - automatically.
DriverGuide maintains an extensive archive of Windows drivers available for free download. We employ a team from around the world. They add hundreds of new drivers to our site every day.
Having trouble finding the right driver? Try the Automatic Driver Update Utility, or you can request a driver and we will find it for you.
What Is A Serial Device
Popular Driver Updates for USB 2.0 Serial
Usb Serial Device Driver Windows 10
USB 2.0 Serial Driver Update UtilitySupported OS: Windows 10, Windows 8.1, Windows 7, Windows Vista, Windows XPFile Version: Version 3.8.0 File Size: 269 KB File Name: DriverFinderInstall.exeOverall Rating: |
intel 82801db/dbm usb 2.0 DriverIntelDevice Type: USBSupported OS: Win XP Home, Win XP Pro Release Date: 2002-08-20 File Size: 57.5 KB File Name: USB2.zipOverall Rating: (634 ratings, 680 reviews) 133,573 Downloads Submitted Aug 28, 2003 by John Byrd (DG Member) |
USB 2.0 Drivers DriverMicrosoftDevice Type: USBSupported OS: Win XP Home, Win XP Pro Release Date: 2002-01-31 File Size: 1.7 MB File Name: USB20.zipOverall Rating: (369 ratings, 424 reviews) 105,171 Downloads Submitted Feb 18, 2003 by Mark (DG Member):'This driver was pulled from the installation disk from a Soyo motherboard with USB 2.0 before Microsoft made their big stink about it. It includes divers for all OS's.' |
USB 2.0 DriverMicrosoftDevice Type: USBSupported OS: Win 2003 Server, Win XP Home, Win XP Pro, Win 2000 Workstation, Win 2000 Server, Win NT 4.0 File Version: Version 5.2.1.0 File Size: 368.1 KB File Name: USB2.0_Drivers_for_WinXP.exeOverall Rating: (315 ratings, 344 reviews) 56,770 Downloads Submitted Oct 21, 2004 by Mert Ener (DG Member):'I guarantee that it works with all Intel chipsets. Also 'usbehci.sys' file problem is fixed ! Have enjoy!' |
USB2.0 all boards DriverIntelDevice Type: USBSupported OS: All Win 2000 File Version: Version 5.1.2600.0 Release Date: 2001-06-01 File Size: 290.8 KB File Name: USB202k.exeOverall Rating: (328 ratings, 355 reviews) 62,950 Downloads Submitted Dec 4, 2003 by james333 (DG Member):'It works on all models of desktop boards with 2000' |
2.0 DriverKingstonDevice Type: USBSupported OS: Win 98 File Version: Version 2.0 File Size: 1.1 MB File Name: f12dti.EXEOverall Rating: (86 ratings, 89 reviews) 12,476 Downloads Submitted Dec 8, 2005 by M.A.Ali (DG Member):'KUSBDTI/XX USB DataTraveler I - Windows 98SE Driver. (04/04/2005) - Windows 2000 and Windows XP ship with drivers for this device. - Note for MAC Users:Mac OS 9.0 - 9.2.2 and Mac OS X (10.1 or above) ship with drivers for this device. No Mac compatible drivers are included in this file.' |
nec usb 2.0 pci host adapter DriverNECDevice Type: USBSupported OS: Win 98SE, Win 98 File Size: 446.6 KB File Name: U2v2_08.exeOverall Rating: (193 ratings, 207 reviews) 24,238 Downloads Submitted Jan 20, 2004 by al schneider (DG Member):'Works with nec 2.0 pci cards, use this one for 2000/ xp as well' |
PUC-102 DriverNECDevice Type: USBSupported OS: Win XP Home, Win XP Pro Release Date: 2001-11-21 File Size: 158.5 KB File Name: NECUSB.zipOverall Rating: (27 ratings, 33 reviews) 7,802 Downloads Submitted Jan 20, 2003 by rayquah (DG Member):'Windows Driver Installation1. With your notebook booted up, slide the PUC-102 into its type II Cardbus slot. Windows detects the PUC-102's presence and displays a Found New Hardware message.2. When the New Hardware Wizard appears, Click on NEXT to continue.3. In the dialog box that comes up, leave the ..' |
USB 2.0 DriverUSB 2.0Device Type: USBSupported OS: MacOS File Version: Version 2.0.3.4 File Size: 244.5 KB File Name: USB2EHCI_V1062IMGBIN.BINOverall Rating: (1 rating, 1 review) 446 Downloads Submitted Sep 27, 2005 by Nick (DG Member):'Version Number and Driver Date are in doubt. This driver was on the disk but Uploader dose not use a MAC, so the driver is good, but details vague.' |
none DriverMicrosoftDevice Type: USBSupported OS: Win XP Pro File Size: 482.8 KB File Name: USB2_Drivers.zipOverall Rating: (28 ratings, 29 reviews) 8,772 Downloads Submitted Jun 15, 2004 by Robert morris (DG Member):'USB 2.0 Drivers from Win XP SP1. Please Extract in a directory and update driver by browsing to directory with files.' |
USB 2.0 DriverVIADevice Type: Other DevicesSupported OS: Win XP Home, Win XP Pro, Win XP Pro x64 File Version: Version 2.25 File Size: 1.6 MB File Name: VIA_USB2.0_Driver.rarOverall Rating: (17 ratings, 17 reviews) 1,692 Downloads Submitted Aug 3, 2006 by VIA USB2.0 (DG Member) |