2024-03-27 01:07 PM
Hi there,
I have NUCLEO-H503RB.
and I want to use comport (uart) between my laptop and H503RB only with usb cable.
I don't want to connect H/W-UART(RX/TX) pins. Is that possible?
Thanks,
Solved! Go to Solution.
2024-03-27 01:34 PM
On the PC you'd present as a COM port, on the STM32 you'd manage USB packets with "serial" data
2024-03-27 01:16 PM
You want to use the ST-LINK's VCP to get USART connectivity
Or use the H5's USB for a CDC Device?
STM32Cube_FW_H5_V1.1.1\Projects\NUCLEO-H503RB\Applications\USBX\Ux_Device_CDC_ACM
2024-03-27 01:27 PM
Thank you for your answer.
Actually I'm not familiar with USB CDC device.. Can I send/receive the data through this? between PC and NUCLEO board?
Thanks,
Luke.
2024-03-27 01:34 PM
On the PC you'd present as a COM port, on the STM32 you'd manage USB packets with "serial" data
2024-03-27 01:38 PM
Thanks, I will figure it out the link that you sent.
2024-04-04 06:29 AM
Did you figure it out?
2024-04-04 12:47 PM
Nope, I tried many times but it didn't work properly.