Microcontroller › 8051 › Interfacing GSM module with Microcontroller › only Tx,Rx and GND
March 5, 2012 at 6:16 am
#7249
phanindra nath
Participant
only Tx,Rx and GND connections are enough.
i think only Ascii characters should be sent to hyperterminal.
for example:
send_serial(49); means ASCII value of 49 ie.,’1′ is sent to the terminal
send_serial(49); is same as send_serial(‘1’);
is it the same way you sent to serial port?
if you have some time check my blog