cancel
Showing results for 
Search instead for 
Did you mean: 

USART2 output not showing up on putty, but shows up in DockLight? (NucleoF411RE)

Rozakos
Associate II

i am transmitting some values from STM32 through serial, and even though i have set the Baud Rate and Parity bits in both DockLight and putty, it shows only on DockLight . I am using the HAL library. Also, i tried receiving data from STM32, and while it works, it still shows nothing. What i am looking for basically is Arduino's "Serial.print and Serial.println".

Thanks in advance to whoever takes time to answer the question!

0693W000003BDnPQAW.png0693W000003BDntQAG.png

1 ACCEPTED SOLUTION

Accepted Solutions
hs2
Senior

Better use printable ASCII values. The test values you’re using are non-printable.

View solution in original post

4 REPLIES 4
hs2
Senior

Better use printable ASCII values. The test values you’re using are non-printable.

Dang, thank you very much!

mckenney
Senior

Also make sure you have putty's Flow Control set to None.

I had it set to CTS/RTS , same as USART2's flow control, i set it to none now, but doesn't seem to affect anything?