View Full Version : ATCommander
Olipro
08-03-2008, 08:39 AM
You know how you have rtask in your bootloader? yeah? well now you can have exactly the same crap in windows CE.
very simple: slap a standard AT command in the text box and hit send, job done.
obviously what you can use it to do is limited by what the radio will let you do.
in any case, enjoy.
dumpydooby
08-03-2008, 09:16 AM
uhh....wat
the-equinoxe
08-03-2008, 09:30 AM
:) nicely done Olipro, saves me the trip to the bootloader ;)
tomli
08-03-2008, 09:18 PM
Hi,
this proves that it's possible to access the internal modem from Windows CE!
What about a device driver or program that creates a virtual COM port so that all other programs could access the internal modem?
Olipro
09-03-2008, 02:00 AM
:) nicely done Olipro, saves me the trip to the bootloader ;)
Yeah, does anyone have an *old* device to test it on (Himalaya/Wallaby)
c0rnholio
17-03-2008, 06:24 AM
That one looks promising!
Do you mind to share how it is done?
Any chance to have some kind of command line support?
I'm asking because I'd like to be able to send SMS in PDU format and the sms api from M$ is crap if it comes to binary sms support.
I can write a wrapper to encode sms to PDU but for the whole thing to work I obviously need to be able to send AT commands to the radio.
Cheers
murari_k
25-03-2008, 09:16 AM
I am writing an application that can send and parse neighbouring cell information. Can you please help me on it? I used the code in this forum to send the commands and got proper response for standard commands. But for engineering mode commands i was not able to succeed with the code snippet provided. Whereas in your application i was able to get the proper response. Is there any sequence involved that has to be performed before sending an engineering mode command? The command that i send is AT%EM
Thanks in advance!!!
LTxda
14-09-2008, 08:51 PM
Just had to say...YOU DA MAN!!!! Great job.
DRZ400
01-10-2008, 02:10 AM
Cheers Olipro, quality application you've written there!! Answered many a question for me tonight!! ie ... the Cell ID doesn't update when the phones in call via AT commands or by RIL.
Cheers
Phil
borce_razor
25-11-2008, 08:31 PM
This works on win 6.1 ?
Olipro
26-11-2008, 12:44 AM
yes, it invokes the (undocumented, hur-hur) RIL API.
borce_razor
26-11-2008, 01:58 PM
explane for noobs :D
DaveShaw
27-11-2008, 06:59 PM
yes, it invokes the (undocumented, hur-hur) RIL API.
Not undocumented anymore: http://msdn.microsoft.com/en-us/library/aa920475.aspx ;)
Ta
Dave
borce_razor
27-11-2008, 08:31 PM
This is something :D
AllTheWay
27-11-2008, 09:28 PM
Just adding to the info.
http://i.msdn.microsoft.com/Aa919462.cd349ea0-741a-47ef-a8c2-248f32b49e53(en-us,MSDN.10).gif
When a module first registers with the RIL, it passes in two callback functions. One is used for unsolicited notifications, and the other is used for responses to function calls. For example, when the phone receives a new incoming call, the RIL uses the unsolicited notification callback to notify each module about the incoming call.
When a module calls the RIL to get the signal strength, the function call immediately returns a response identifier. The RIL uses the function response callback to convey signal strength information to the module. To ensure that response callbacks are correctly matched with function calls, this callback structure also contains the same response identifier value that is returned by the original function call. This asynchronous architecture simplifies the RIL implementation. If a module needs to call a RIL function in a synchronous manner, it needs to make the function call and block until the module receives the function response callback.
Olipro
03-12-2008, 11:48 PM
Not undocumented anymore: http://msdn.microsoft.com/en-us/library/aa920475.aspx ;)
Ta
Dave
Wrong.
http://msdn.microsoft.com/en-us/library/aa921525.aspx
it's only documented for Win CE, the API for WM is different, trust me, I know.
mrpotter
04-12-2008, 06:31 AM
i tried to send "AT@TALK=270F,270F",but returns ERROR,what's wrong?
DaveShaw
04-12-2008, 01:09 PM
Wrong.
http://msdn.microsoft.com/en-us/library/aa921525.aspx
it's only documented for Win CE, the API for WM is different, trust me, I know.
Ah I see ;)
Ta
Dave
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.