stm32f103 HAL库
我串口一发送的一直都是像这样的
可能是编码方式的问题,换一换试试,比如ASCII,UFT-8,GBK
#ifndef __COMBINATION_LOCK_MAIN_H__
#define __COMBINATION_LOCK_MAIN_H__
#include "string.h"
#include "stdio.h"
#include "stm32f10x.h"
#include "keyboard.h"
#include "LCD1602.h"
//#include "common.h"
#include "delay_systick.h"
#include "Buzzer.h"
#ifndef uchar
#define uchar unsigned char
#endif
#ifndef uint
#define uint unsigned int
#endif
#endif