STM32F4: on the problem of garbled codes in serial port printing
Procedure Chinese:
Serial port Chinese garbled code:
Modifications:
Make sure the program USART baud rate and window serial port are the same. If not, do the following.
Close Project and open main.c.
Select, right click-> Notepad-> Open.
Click File-> Save As in the upper left corner
Modify the bottommost encoding format
Change to ANSI-> Save
Compile Engineering, Download
Success is as shown