cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to communicate between PC(comport) and NUCLEO-H503RB?

LukeJang522
Associate III

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,

 

1 ACCEPTED SOLUTION

Accepted Solutions

On the PC you'd present as a COM port, on the STM32 you'd manage USB packets with "serial" data

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

6 REPLIES 6

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

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.  

On the PC you'd present as a COM port, on the STM32 you'd manage USB packets with "serial" data

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thanks, I will figure it out the link that you sent. 

 

 

Did you figure it out?

Nope, I tried many times but it didn't work properly.