zhyinch
2021-05-06 7e864f1d0b26f0e5dd4c073f8fe764eb286fe961
源码/核心板/Src/application/serial_at_cmd_app.c
@@ -35,11 +35,12 @@
   send_frame[3] = 8;
   send_frame[4] = pack_msgtype;
   send_frame[5] = pack_length;
OUT485_ENABLE;
   checksum = Checksum_u16(&send_frame[2],8);
   memcpy(&send_frame[10],&checksum,2);
   
   USART_puts(send_frame, 12);   
    OUT485_DISABLE;
}
void SendComMap(uint8_t data_length, uint8_t index)
{