Hello,
none of the AT+ commands are working with O2 Atom modem.. but all general AT commands are working like AT and ATD, I am trying to use commands like AT+CSQ AT+CREG and several others which are basic commands for phonebook and sms, but none of them seems to work... any other way to ues AT+ commands in O2 Atom?
Thanks.
Related
Hi there,
First of all i really like your work, keep it up !
Second, i have a german mda2, if really would like to flash it with an english ppc2003 rom. I have read that u use a terminal program to talk to the xda2, i have an serial cable made from your great tutorial. I disabled the com1 infra red beam option. it still is a bug especially with serial gps units. But gps works fine now.
i dont know any commands to use, and what terminal program is best?
dont know where to start
pasword is BOOTLOADER
'rtask 7' gets you the GSM command mode.
'd2s' dumps the ROM to SDcard.
maybe d2s stands for Dump to sd
so maybe W2R (write to rom) flashes ?
i dont know
could you help me?
thanks
I need to programmatically send the modem into dormancy, but keep the connection open, to save battery power. With PPC 2002 it was possible to send AT commands to the modem to acheive this(which I was able to successfully do on an iPAQ 3970). Does anyone know of the AT commands to use (especially for the Qtek 1010) to achieve this?
Thanks
Hi,
Where can I find a list of AT modem commands for the HTC Wizard (a.k.a. Qtek 9100) ?
I would like to retrieve the cellid. The command "AT+CREG" returns "ERROR". I have found a list for HTC Hermes on this website, but they don't seem to be compatible.
Many thanks,
Niko
AT commands are standard, should be the same in all devices.
Make sure you are registered to the GSM network before you run AT+CREG.
This sequence should work on wizard too:
Code:
AT+CFUN=1
AT+CPIN=1234 <---- replace 1234 with your SIM PIN code
AT+CREG=2
Thanks for your help !
I tried it, doesn't work.
When I send "AT (enter)" I get an "OK" back.
When "AT+CFUN=1 (enter)" I get an "ERROR" back.
This is my test setup:
- on my windows xp notebook I run a program http://www.ircomm2k.de/ which connects my infrared (irda) port to COM8
- using Hyperterminal I connect to COM8 to manually type AT commands
- on my mobile device XDA Wizard (Qtek 9100) I use the program "Modem link" to connect "IrCOMM" (the infrared port) to the modem
My mobile device is connected to the GSM network. I can even send AT commands to call a number, that works.
Thanks again,
Niko
same problem here with HTC kaiser on mac OSX Leopard.
Did anybody solve this??
Hello,
none of the AT+ commands are working with O2 Atom modem.. but all general AT commands are working like AT and ATD, I am trying to use commands like AT+CSQ AT+CREG and several others which are basic commands for phonebook and sms, but none of them seems to work... any other way to ues AT+ commands in O2 Atom?
Thanks,
HI,
I would like to knwo the AT command for the HTC Touch ( ELF)
I can communicate with my Phone with hyperterminal, but the at command :
AT+CMGS="xxxxxx"
Return ERROR !
I think that HTC don't use this command in order to send sms !
Have you information about the AT command in order to send SMS ?
Great thanks !
regards,
Nixeus
mm Anyone can help me pleaaaase ?
Hey ppl Im havin issues using my htc P3450 as a modem to send and receive sms via hyperterminal...pls somebody help!!!!
My system doesn't detect my phone under modems in the device manager!!
Getting WING to send SMS using Hyperterminal
Guys, I can only get AT, ATI, ATV1 to work.
None of the SMS commands work.
I'm using Hyperterminal: 5600,8,N,1
Anyone else got this working?
I am using samsung SGH-L700 for sending SMS using hyperterminal. But I am getting following error.
AT
OK
AT+CMGF=1
OK
AT+CMGW="+919509050003"
> HI (Ctrl+z)
+CMS ERROR: 321
I tried connecting using both bluetooth and usb cable. I am getting same error in both the cases.
Can anyone please help me for the same.
Thanks
Same for me, I need to use my old Elfin to send and receive sms. What are the correct AT commands for SMS sending and receiving ?
Regards
Same problem here with an HTC WIND ....when setup as HTX USB Modem at COM3 y can hypeterminal to it but only responds to ATIx commans...no SMS related commands accepted always error...any special driver ?
@Nixeus I had the same issue with my GSM modem, where I got ERROR and CME ERROR 765 after the sms command line. I resolved this by forcing the sms-encoding as suggested in a stackoverflow forum.
So, the command I used was :
AT+CSCS="GSM"