Hai i need a small help regarding collecting data in interrupt handler
Objective:
I need to collect the data in the interrupt handler from the GSM modem.For that i kept a buffer in the handler i stored the data into that buffer what the data is getting from GSM modem . But here my problem is i can't able to see the whole data in the buffer some data(few characters ) is only displayed .Y?I given a 100 character length of a buffer then also it will display some 10 character data only.By that i am getting a problem while sending and receiving a data from the GSM modem.
Is it any problem with delays or any problem with buffer and problem with MODEM response?