Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What driver should I use for a a virtual COM port (to access the device the same as an RS-232 serial device)?

0
Posted

What driver should I use for a a virtual COM port (to access the device the same as an RS-232 serial device)?

0

One option is to use Windows’ Communications driver. The firmware should define the device as CDC/ACM (Communications Device Class/Abstract Control Model). The device uses endpoint zero and bulk IN and bulk OUT endpoints. In the INF file, set Class=Ports. For Windows 2000 and Windows XP, describe the hardware driver (usbser.sys) as a functional driver, not as a lower filter driver. For Windows 98 and Windows Me, declare “usbser.sys,ccport.sys” as the device drivers. Reports are that the Windows driver is slow (640Kbit/sec) and the WM_DEVICECHANGE notifications don’t work properly on Windows 2000. More information. For better performance, use a dedicated-function controller whose vendor provides a virtual COM port driver.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123