Hello everyone,
I have a u-blox leon g-100 gsm/gprs module. I set it up and connect all wires with arduino I connected RX TX's in cross position I am supplying right voltage(3.7V) to module I am getting clear dial tone when I call my sim card but I can't send AT commands via serial port.
My board is Arduino Micro I am using 10,11 pins as RX,TX with SoftwareSerial library.
That would require reading using Serial.available() and Serial.read() to get the AT commands AND mySerial.print() to send the data to the mySerial that you have.
Can you post a picture of your mySerial object, so we have some idea what a mySerial looks like?
mySerial object is Leon-G100 GSM/GPRS Module I attached image of circuit.
So, why is the instance name not gprs? You do NOT have a mySerial attached to the pins. There is NOTHING magic about the name of the instance, but it does make sense to use something meaningful.
Does the GPRS module have any LEDs that indicate that it is powered up? Receiving data? Sending data?
You mention connecting power to the GPRS module, but did not say where the power is coming from. You did not mention that you connected the GPRS ground to the power supply ground. You did not mention that you connected the GPRS ground to the Arduino ground. I hope the last two are just oversights.