Hi,
I am making a project related to GSM module in which i just want to send message but the error i am facing is how i connect that modem to microcontroller and how i get the output of GSM module on LCD 1602.
i.e. Firstly When i send AT command to the GSM modem how i get OK on my LCD .
Waiting for the Best Reply.
Thank you
As SIM300 works with UART protocol, use UART TX to send commands.Then what ever GSM replies read with UART RX and display the same on LCD.
smaple code: