SMS war continues, ideas welcome
        Posted  
        
            by Pavel Radzivilovsky
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Pavel Radzivilovsky
        
        
        
        Published on 2010-04-20T18:41:15Z
        Indexed on 
            2010/04/20
            18:43 UTC
        
        
        Read the original article
        Hit count: 345
        
sms
I am trying to make U9 telit modem send SMS messages. I think I handle protocol correctly, at least, I manage to send them, but only under these circumstances: the native application was executed beforehand, and killed by task manager (without giving it a chance to initialize things).
It looks like the supplied application is good at doing certain initialization/deinitialization which is critical. I also see the difference between the two states in output of AT+CIND command. When I am trying to do things on my own, it returns zeroes (including signal quality), but when I run the same command after killing the native application, the output looks reasonable.
I am out nearly of ideas. I have tried many things, including attempts to spy at modem's COM ports (didn't work). Haven't tried setting windows hooks to see what the application is trying to get thru.
Perhaps you have encountered a similar situation?
© Stack Overflow or respective owner