I'm developing a winform program in which I need to send and receive SMS messages.
I have no problem sending SMS, but I don't know how to inform when a new message has been received via a GSM modem. I want to have an acknowledgement like an interrupt or event, when a new message has been received.
As far as I know I should work to at+CNMI
or at+CNMA
, but unfortunately I can't find an example or suitable reference for those. Furthermore, I need to know how to get delivery message or how to handle that?