I\'m working on the Telit GL-865 GSM/GPRS Modem kit for research purposes. I have connected it to my pc using a serial port and got the terminal access using Putty.
I want to decode GSM data packet. As we provide xml to wireshark and it decodes and show开发者_如何学Pythons the decoded data in the form of treeview.
I\'ve implemented a sticky-service which runs in the background. I want my app to handle gsm-Cell-changes. But my PhoneStateListener does not get called reliably. Sometimes it just gets called after i
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have a usb gsm modem of type lightWave. I found this code in c# that can receive, send, delete and read sms message from this modem but when a new message arrives to modem, the event that should be
I have problem in parsing XML containing gsm packets through my .Net application.I want to decode data obtained from parsed XML as wire shark Decode.Problem is,That my information regarding gsm packet
I was tasked with developing an application 开发者_如何转开发that would be able to tell someone their cellphone credit balance via some IVR system. I dont know where to begin. Does anyone have a knowl
I\'m using the GsmCommMain class to send an sms I want to include a new line in my sms, i tried the normal default Environment.NewLine and the chart set \\0x0A but nothing realy had helped..
I am trying to send sms using python and a GSM modem connected to my local machine, I have successfully sent the SMS using AT commands but now I have a technical problem for which I need help, the ser
I have already tried to do it using the following code: NSURL *phoneURL = [[NSURL alloc] initWithString:@\"tel:**21*<destination_number>#\"];