COM Port Stress Test: Generates a serial stream of data with random comm. Settings: Comstresstest.zip: 3.34MB: COM Port Data Emulator: Emulates a COM port or an Ethernet device, that generates a serial stream of data. The program can create a data flow, wrap it to data packets (RS232, TCP/IP or UDP) and send to a port: ComEmulator.zip: 3.43MB. PortServer TS serial servers offer RS-232 serial port expansion, making it easy to connect any serial device to your network. Available in 1, 2, or 4-port models, these serial servers combine the inherent benefits of data networking with proven asynchronous connectivity. S Squared Innovations Inc. 6807-104 Street Edmonton, AB, T6H 2L5. Ph: 1-780-944-1415. For example, Apple's newest MacBook Pro models feature several Thunderbolt 3 USB-C ports. But the standard MacBook's single USB-C port lacks Thunderbolt 3 support. Because of all this, USB-C is a bit confusing. The port can either be a basic USB port similar to the ones above, or it can be a multi-purpose jack. This depends on the device. Download the Digital Viewer software to use your Plugable USB microscope, such as the USB2-MICRO-250X and USB-MICRO-800X.
-->This topic highlights the new features and improvements for Universal Serial Bus (USB) in Windows 10.
Drivers S Squared Innovations Port Devices Gigabit
Drivers S Squared Innovations Port Devices Inc
UCSI driver extensionStarting in Windows 10, version 1809, a new class extension for UCSI (UcmUcsiCx.sys) has been added,which implements the UCSI specification in a transport agnostic way. With minimal amount of code, your driver, which is a client to UcmUcsiCx, can communicate with the USB Type-C hardware over non-ACPI transport. This topic describes the services provided by the UCSI class extension and the expected behavior of the client driver.
USB Type-C Port Controller Interface
Windows 10 version 1703 provides a class extension (UcmTcpciCx.sys) that supports the Universal Serial Bus Type-C Port Controller Interface Specification. A USB Type-C connector driver does not need to maintain any internal PD/Type-C state.The complexity of managing the USB Type-C connector and USB Power Delivery (PD) state machines is handled by the system. You only need to write a client driver that communicates hardware events to the system through the class extension.
USB Dual Role support.
USB Dual Role controllers are now supported in Windows. Windows includes in-box client drivers for ChipIdea and Synopsys controllers. For other controllers, Microsoft provides a set of programming interfaces that allow the dual-role class extension (UrsCx) and its client driver to communicate with each other to handle the role-switching capability of a dual-role controller.
For more information about this feature, see:
New set of programming interfaces for developing a USB Type-C connector driver.
This version introduces native support for USB Type-C as defined in the USB 3.1 specification. The feature allows devices to use a reversible connector, a symmetric cable, faster charging, and Alternate Modes running over the USB cable. These programming interfaces allow you to write a driver for the connector (called the client driver in this section) that communicates with the Microsoft-provided class extension module: UcmCx to handle scenarios related to Type-C connectors such as, which ports support Type-C, which ports support power delivery.
New set of programming interfaces for developing an emulated host controller and a connected virtual device.
Windows 10 introduces support for emulated devices. Now you can develop an emulated Universal Serial Bus (USB) host controller driver and a connected virtual USB device. Both components are combined into a single KMDF driver that communicates with the Microsoft-provided USB device emulation class extension (UdeCx).
New set of programming interfaces for developing a USB host controller driver.
You can develop a host controller if your hardware is not xHCI specification-compliant or your are writing a virtual host controller, such as a controller that routes USB traffic over a TCP connection to the peripherals attached to a device. Your host controller driver is a client to the USB host controller extension, which is a system-supplied driver that follows the framework class extension model. Within the Microsoft USB 3.0 Driver Stack, UCX provides functionality to assist the host controller driver in managing a USB host controller device.
New set of programming interfaces for developing a USB function controller driver.
You can write a client driver that communicates with the USB function class extension (UFX) and implements controller-specific operations. UFX handles USB function logic that is common to all USB function controllers.
Improved experience for USB CDC (serial) devices.
Allows devices that are compliant with the USB communication devices Class (Class_02 & SubClass_02) to work with Windows 10 by using the Usbser.sys driver. Device manufacturers are no longer required to write a custom INF to install that driver.