Microcontroller › 8051 › Almost there, need Assistance ! MCU to Hyper Terminal OK. GSM Modem to Hyper Terminal OK. GSM TO MCU = Garbage › Hi Chen, You are right, the
May 30, 2012 at 5:25 pm
#7942
AJISH ALFRED
Participant
Hi Chen,
You are right, the ascii value for ctrl+z is 26, but there is a problem,
This is the syntax for strcpy
char * strcpy ( char * destination, const char * source );
The arguments are pointers to memory location. If you give an integer value it will point to that location.
Try to do it without strcpy.