Hello Folks
I'm using the Arduino Uno board with GSM Module (SIM 900). I want to send AT commands through the serial monitor. I load the following code and send AT commands through the serial monitor. In response AT + some garbage value received on the serial monitor output window. So basically, when i sent AT as command in dialog box of serial monitor, in response I get AT + some garbage value instead of OK. Before building the project i just want to check whether my AT commands are working are not.
Any help is appreciated.
Code: (nothing is there)
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
I have uploaded the code in arduino uno. Here Rx (Arduino Uno) is connected to Rx (GSM module) and Tx (Arduino Uno) is connected to Tx (GSM module).