2015-12-16 01:48 AM
I am trying to make a USB-Serial converter. I need some help about communication via RS485. Device Manager properties of a serial converter different brand shows RS485 checkbox and works fine. But STM32 VCP doesn't show it. How can make it work, in driver level what should I do? I can send data with VCP com but I can't receive now.
#vcp-rs4852015-12-16 05:06 AM
I'd look at the .INF and check what drivers and DLLs it might load, and if it sets any registry entries or provides a property sheet for the dialog.
You might also want to inspect the USB descriptors passed by this other device.2016-11-15 01:29 AM
Hi
i know, this thread is very old.Bute, i figure out the same problems at this time.Is there any solution for this?I need to set the virtual comport to use rs485, but in the new driver (new OS) there is no more this checkbox present.thanks in advance