Home - Search - Members
Full Version: connecting mobile with hyperterminal
Amin Sharif
Mar 4 2008, 12:04 AM
I want to use nokia 6030 with serial cable. I have tried At commands with hyperterminal many times but it doesn't respond. On the contrary, mobimb suit software works fine with that cable. I want to receive sms through hyperterminal. Kindly help me out.
Ajay
Mar 4 2008, 8:08 AM
are you sure it supports AT commands?
what are the settings you used for connection?
ENG ahmed
Mar 4 2008, 1:14 PM
I HAVE SAME PROBLEM BUT IN 6100$6210$6310I ALL OF THEM SUPORT AT COMMAND
BUT IT DASN'T WORK YET
PLEASE HELP US.............
abbas1707
Mar 8 2008, 11:25 PM
info:
6310 supports AT commands and can be connected to microcontrollers
shyam
Mar 9 2008, 7:14 AM
just check gain ... remeber to send commands followed by "\r"
Ajay
Mar 9 2008, 9:00 AM
\r = 0x0D in hex
Shailesh NAYAK
Mar 9 2008, 10:17 PM
Hi,
By considering that you all are using GSm phones with Modem Enabled, I would like to share some experience on it. first configure your mobile as modem in your PC, then call that modem in your Hyper terminal. and type AT -> then press ENTER, expected response is "OK". then send command ATE1 followed by enter again
then AT&W -> enter. the setting will be written on modem.One more thing you can check with.if you find your modem sets with some port no. then call direct that port in your Hyper terminal.
Amin Sharif
Mar 10 2008, 2:20 AM
Hi,
How can I figure out that modem is enabled. Sir after your reply I connect my mobile with pc with the same f bus cable. My mobile 6030 is not configured as modem. But Mobimb software works fine. It detects my mobile automatically and show all internal files except inbox.

Sir can you give me any sony ericsson mobile model number which supports at commands and complete detail of it. I heard that sony ericsson mobiles are easy to handle with at commands.

plz help me out, I have to submit a report and demo.
Gurpreet312
Mar 10 2008, 5:13 AM
just check hyper terminal setting

Bit rate 9600, check com port COM1,COM2, or etc.,control flow none,data bit 8, Must be accurate

www.developershome.com

Gurpreet
abbas1707
Mar 10 2008, 6:11 AM
Amin Sharif wrote ...

Sir can you give me any sony ericsson mobile model number which supports at commands and complete detail of it. I heard that sony ericsson mobiles are easy to handle with at commands.

plz help me out, I have to submit a report and demo.

so you gave up 6030??? ok you can use sony ericsson T290i
Amin Sharif
Mar 17 2008, 1:12 AM
Is it possible to change the baud rate of T290i sony ericsson at 9600. All they support is 115200 bps.
Ajay
Mar 17 2008, 10:04 AM
Did you try at 9600?

if not then do this... connect at 115200bps then send this AT command

AT+IPR=9600

it will set baudrate at 9600.
abbas1707
Mar 17 2008, 11:12 AM
Amin Sharif wrote ...

Is it possible to change the baud rate of T290i sony ericsson at 9600. All they support is 115200 bps.


wrong info
Amin Sharif
Mar 18 2008, 2:15 AM
I don't understand. what is wrong info.
abbas1707
Mar 18 2008, 2:29 AM
it connects at 9600
Amin Sharif
Mar 18 2008, 2:56 AM
Can you tell me which mobile can be used with 9600 baud rate. I have the limitation of 9600. The mobile must support At commands too. Please I am in deep trouble.
abbas1707
Mar 18 2008, 4:14 AM
t290i
Ajay
Mar 18 2008, 10:37 AM
why only 9600? and whats the trouble?
shyam
Mar 18 2008, 11:17 AM
try AT + IPR = <baudrate> to change baud rate
then AT&W to set the config to memory!!
Amin Sharif
Mar 20 2008, 6:54 AM
The trouble is this I am using 89c52 which can support maximum 19200.
I am glad to say that I bought the t290i used and connect with hyperterminal. It works fine with all at commands and with 9600 baudrate. Hurrah!. Thanks to all you guys. You all are great working guys. Hard ware is fine. Now I have to ask that what is command to receive current unread sms. and sms from sim card. and how can I be indicated that new sms is arrived.
Amin Sharif
Mar 20 2008, 7:10 AM
What i need is that any new sms comes, microcontroller is indicated about it and then mc receive that unread sms and store it in its ram. Please help me out. thanks.
abbas1707
Mar 20 2008, 8:09 AM
two methods for this
1> by sending AT+CNMI command to mobile phone and set it to indicate when new msg arrives
2> by sending AT+CMGR command through polling or interrupt.
For more info read AT commands manual
jiraju
Mar 20 2008, 8:21 AM
well if u r using gsm modules then it is possible. Since in widely available GSM module u can't store the sms in GSM module itself so u have to fetch that to ur MC by continuous polling the GSM Module via specific commands which is supported by module. even u can monitor the signal strength by sending command via hyperterminal...
Amin Sharif
Mar 23 2008, 11:12 PM
My previous problems are solved except one, new sms indication.
I have send AT+CNMI=? many times, it responds with some setting arrangments but I don't understand. Kindly help me with complete command actually to be sent and what responses may be expected. One new problem is generated that if I disconnect com port cable and then insert it again I lose all previous setting for example.
AT
AT+CMGF=1
AT+CPMS="ME"
AT+CMGL="ALL"
and all. I have to reinitialize all those. Thanks
Ajay
Mar 24 2008, 2:04 AM
hmm.. you can do one thing... you are already using polling method.. so..
after 3 retries of polling.. and if you are not getting any reply from phone then one thing is sure that phone is not connected. So you can put a jump to the point where you keep on sending AT and wait for OK phone other end, once you get OK, you initialize the phone in the sequence you mentioned.
AT+CMGF=1
AT+CPMS="ME"
AT+CMGL="ALL"
is it fine?
Amin Sharif
Mar 31 2008, 11:30 PM
Hi guys.
My problem of sms reading is solved but new sms indication to controller problem is still alive . I have sent {AT+CNMI=0,1,0,0,0 \r } many times but it responds with { +CMS ERROR: 303 }. I think my mobile T 290i doesn't support this command. If it is not possible than is there any method except polling which can give me quick response? Please help me out.

Thanks.
Amin Sharif
Mar 31 2008, 11:41 PM
It respond with something like this,
AT+CNMI=?
+CNMI: (2),(0,1,3),(0,2),(0),(0)

OK
AT+CNMI=1,1,0,0,0
+CMS ERROR: 303

solve it please.
abbas1707
Apr 1 2008, 7:02 AM
i also tried this.... may be this command not supported
Amin Sharif
Apr 1 2008, 9:00 PM
Hello abbas1707.
What I am doing now is taking interrupt from vibrator. It gives me 0 to 2.5v some pulses. Any suggestion for this practice or any better. Thanks
abbas1707
Apr 2 2008, 2:37 AM
never tried this you try and also tell us about the results
Ajay
Apr 2 2008, 6:46 AM
what are you doing with vibrator o/p? i mean what purpose?
sashijoseph
Apr 2 2008, 8:48 AM
Probably using it as a trigger for new sms indication.Neat idea if all else fails.......
viveka
Apr 2 2008, 9:19 AM
hi im doing propject which involes 8051 reads sms from mobile ...
plz giv me related technical data.........
Amin Sharif
Apr 2 2008, 11:02 PM
Yes, definitely, I am using vibrator o/p as a trigger to the microcontroller after this microcontroller initializes its sms reading routine. If new comes then save it otherwise leave it.
Amin Sharif
Apr 2 2008, 11:06 PM
Yes, we are there to help you. First get T 290i which I am using. Connect with hyperterminal with data cable and send AT <enter>. Tell us what you get.
Shailesh NAYAK
Apr 28 2008, 4:07 PM
Dear Amin,
Sorry for so late reply. I heard from my nokia ex. colleagues that 6030 is having modem facility in it.you can configure it as modem in any computer. or best way to get downloaded PC suit from Nokia website. and it is comming with drivers for respective mobiles. hen you may able to see modem configured in your PC.
Amin Sharif
May 14 2008, 1:29 PM
Hi Shailesh.
Thank you very much. Good news is this that I have completed my project with T290i and big dot matrix display. What ever sms comes is displayed on big display. Now I am working on object oriented programming. I will be learning TCP IP after few weeks hopefully after Cpp and oop.
Thanks again.
Ajay
May 14 2008, 3:13 PM
congrats for successful completion of project, if you are willing please share your work with us
abbas1707
May 16 2008, 3:16 AM
yes amin we will be glad if you share your project with all of us
hung
Jun 7 2008, 9:54 PM
hi everybody,
I read all posts in this topic but I do not know. Does Nokia 6030 support AT Command? I have one but it does not work when I tried with hyperterminal, so I want to sure that Nokia 6030 does not support AT command.
Please help me.
Thank you very much
Best regards!
turker1
Jul 31 2008, 9:40 AM
hey t290i supports at command and text mode. but with serial cable? or usb cable. i'll use it with pic16f628A. so which pins i must use?(tx,rx,gnd)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Rickey's World © 2003 - 2007