sendchar1=(LedNumVal1%10); send_char(sendchar1);改为sendchar1=(LedNumVal1%10+‘0’); send_char(sendchar1+‘0’);要以字符串的形式进行发送