Skip to main content
Sprak.11
Associate II
October 21, 2020
Question

How to Receive uint8_t hex via USART?

  • October 21, 2020
  • 2 replies
  • 1015 views

I tried to receive hex data from my pc terminal to my stm32 but it was not receiving it properly

Kindly help me how to Receive the hex value from the PC terminal.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
October 21, 2020

Does transmit work if you send characters or strings?

C​onnected how? CMOS levels not compatible with RS232

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Sprak.11
Sprak.11Author
Associate II
October 21, 2020

actually I tried this using USB to TTL converter with nucleo-f446RE

what I need to use ?

like USB to RS232 converter After make a 232 to Micro controller.

or USB to RS485 converter after 485 to Micro controller.

this kind of stuff for receiving & transmitting Hex data.