This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

GSM/GPRS module AT Commands on RTOS

Hello, I have started working on ac30m1x64 micro-controller. I have successfully interfaced GSM/GPRS module serially(I2C) and getting acknowledgements for all the AT Commands. I have migrated the same code on CMSIS-RTX(RTOS),but, I cannot see any acknowledgements from the GSM/GPRS(slave) module. I have used RTOS TIMER, osDELAY()function and many more for trial and error. Though failed to get reply from the slave. I cannot even see the "AT= OK" from the slave, I am completely stuck. Please can anyone help me through this?

Thanks,

Parents
  • "I have successfully interfaced GSM/GPRS module serially (I2C)"

    Really?

    It is rather unusual for AT Commands to be carried over I2C!

    "Please can anyone help me through this?"

    So what testing & debugging have you done?

    Are you sure that the command is being correctly sent from your microcontroller?

    If it's I2C, there must be an I2C ACK (or NACK) for the command - is there?

    Are you sure that the response is being sent from your GSM module?

Reply
  • "I have successfully interfaced GSM/GPRS module serially (I2C)"

    Really?

    It is rather unusual for AT Commands to be carried over I2C!

    "Please can anyone help me through this?"

    So what testing & debugging have you done?

    Are you sure that the command is being correctly sent from your microcontroller?

    If it's I2C, there must be an I2C ACK (or NACK) for the command - is there?

    Are you sure that the response is being sent from your GSM module?

Children