Microcontroller › 8051 › Almost there, need Assistance ! MCU to Hyper Terminal OK. GSM Modem to Hyper Terminal OK. GSM TO MCU = Garbage › I have solved the issue
May 30, 2012 at 4:08 pm
#7938
Participant
I have solved the issue
However, i am not sure how do you send Control Z from C code, any help guys ?
strcpy(msg,”CAN YOU SEE ? SENT FROM MCU”);
UART_Send(LPC_UART3, (uint8_t *)msg , strlen(msg), BLOCKING); //strlen :Length of Transmit buffer Checking Blocking.
strcpy(msg, 0x1A);
UART_Send(LPC_UART3, (uint8_t *)msg , strlen(msg), BLOCKING);
Should i do +char(26) ?