Virtual COM Port driver "reversed" - want to connect to STM32, NOT to PC.
Hi all,
This post is obviously coming from a person without any USB development experience.
We use some off-the-shelf instruments which I know to be based on STM32, and they connect to a PC using the Virtual COMPort. Nothing new here, the standard Windows drivers perfectly recognizes it and I can communicate using any console program.
What we would like to do is to get rid of the PC: make an external "controller" device with another STM32 with USB OTG to which the instrument would be connected (a small LCD and a few buttons will be the interface to whatever the instrument requires). Our controller would recognize the VCP, and "convert it back" to a serial transport layer.
So I guess we are looking for the C/C++ "reverse" of the VCP driver.
[STM32_INSTRUMENT]-------->(USB_CABLE)-------->[STM32_USB_OTG][SERIAL_DATA]
Does anyone know if there is such a thing available?
Thanks,
Bruno
