2023-12-28 02:51 AM - last edited on 2024-01-02 01:15 AM by Peter BENSCH
"While transmission of data via the USART COM PORT is not detected, which driver should I use on windows 11 for COM PORT detection?"
i have use many drivers till now but not getting any satisfied solution.
2023-12-28 03:17 AM
Was the COM port detected before transmission of data? Usually you want the "standard" in-box driver.
2023-12-28 09:31 PM
i was doing UART program.
the virtual com port is detected in DEVICE MANAGER after installation of a random driver .
But its not working ..on my STM32CUBEIDE or in my TERA TERM application , connection with COM PORT is failed.
suggest me a appropriate driver to solve this issue.
*code is in the below section
2023-12-29 09:00 AM
After installation of a random driver - what does this mean? What is the random driver?
2023-12-29 09:43 PM
There are so many drivers on the internet
i just download one and installed!
i get the link from a youtube video.
2024-01-02 01:20 AM
Of course, there are many drivers available on the Internet, but it is not very helpful to install just anything. In addition, it is not clear why you want to install a COM port driver at all, since STEVAL-MKSBOX1V1 does not even provide a COM port?
Have you actually read through the documentation for STEVAL-MKSBOX1V1?
Regards
/Peter