• Controller not able to collect response from GSM Modem
    Hello all, I am trying to send Command from 89S52 Controller to SIM900 GSM Modem when i am sending command as "AT" in response my Receive buffer is able to receive all bytes and code is working...
  • Controller not able to collect response from GSM Modem
    Hello all, I am trying to send Command from 89S52 Controller to SIM900 GSM Modem when i am sending command as "AT" in response my Receive buffer is able to receive all bytes and code is working...
  • 89S52 not able to receive complete AT Response from SIM900 GSM MOdem
    Hello I have connected SIM 900 (GSM Modem) with 89S52 Controller, via RS232 Communication. If I send AT from controller to Modem , it is replying with AT OK but my controller is just able to receive...
  • 89S52 not able to receive complete AT Response from SIM900 GSM MOdem
    Hello I have connected SIM 900 (GSM Modem) with 89S52 Controller, via RS232 Communication. If I send AT from controller to Modem , it is replying with AT OK but my controller is just able to receive...
  • interpreting data
    hello i have an array of 3 bytes unsgined char and i want to convert the 3 byte (hex) array to 1 byte (hex value). values in the array are between 0 - 9 only. unsigned char buf[3], output; buf...