CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

ffgt

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
vortexe9000



Joined: 07 Jun 2010
Posts: 50
Location: Banned - spammer

View user's profile Send private message

ffgt
PostPosted: Thu Jan 26, 2012 2:15 pm     Reply with quote

xd
_________________
Banned for spamming his own posts


Last edited by vortexe9000 on Sun Feb 19, 2012 7:43 am; edited 2 times in total
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Thu Jan 26, 2012 3:27 pm     Reply with quote

Vortex,
Again, please use the tools available to you, such as the forum's search
page. Do not use us as a search engine for simple questions.
Here is the forum's search page:
http://www.ccsinfo.com/forum/search.php
Search for this:
Quote:

Nokia command*

Set it for: Search for all terms

This should give you many posts about Nokia AT commands.
vortexe9000



Joined: 07 Jun 2010
Posts: 50
Location: Banned - spammer

View user's profile Send private message

PostPosted: Thu Jan 26, 2012 4:21 pm     Reply with quote

hhg
_________________
Banned for spamming his own posts


Last edited by vortexe9000 on Sun Feb 19, 2012 7:13 am; edited 1 time in total
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Thu Jan 26, 2012 5:42 pm     Reply with quote

Post a short test program that tests the AT command with your Nokia.
Make sure to post the #include, #fuses, #use delay(), and main(), and
the short code (10 lines) in main().
vortexe9000



Joined: 07 Jun 2010
Posts: 50
Location: Banned - spammer

View user's profile Send private message

PostPosted: Fri Jan 27, 2012 5:20 am     Reply with quote

gg
_________________
Banned for spamming his own posts


Last edited by vortexe9000 on Sun Feb 19, 2012 7:09 am; edited 1 time in total
ezflyr



Joined: 25 Oct 2010
Posts: 1019
Location: Tewksbury, MA

View user's profile Send private message

PostPosted: Fri Jan 27, 2012 7:38 am     Reply with quote

Hi,



Quote:
I make my own RS232 communication interface with 3.3 volt VCC


I suspect you've got a circuit problem! Can you post a schematic of your circuit?

What is the supply voltage of your PIC? The easiest hardware implementation is to run the PIC and the phone (or GSM modem) at the same voltage. In this way there is no need for "level shifting", and the PIC Tx pin goes directly to the phone Rx pin, and the phone Tx pin goes directly to the PIC Rx pin.

I just wrapped up a project that uses the ADH8066 GSM modem for remote control and telemetry. Getting basic communication with the modem was very easy with the modem and the PIC (18LF2550) both running at 3.8V.

John
vortexe9000



Joined: 07 Jun 2010
Posts: 50
Location: Banned - spammer

View user's profile Send private message

PostPosted: Sun Jan 29, 2012 4:36 am     Reply with quote

fd
_________________
Banned for spamming his own posts


Last edited by vortexe9000 on Sun Feb 19, 2012 7:12 am; edited 1 time in total
dyeatman



Joined: 06 Sep 2003
Posts: 1923
Location: Norman, OK

View user's profile Send private message

PostPosted: Sun Jan 29, 2012 7:27 am     Reply with quote

yes, you should follow with 0x0d. This tells the command interpreter
you are finished with the command and to process the command.
_________________
Google and Forum Search are some of your best tools!!!!
temtronic



Joined: 01 Jul 2010
Posts: 9163
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Sun Jan 29, 2012 10:42 am     Reply with quote

also you should add 'errors' to the use rs232(...) options if you want to receive anything back from the phone....
ezflyr



Joined: 25 Oct 2010
Posts: 1019
Location: Tewksbury, MA

View user's profile Send private message

PostPosted: Mon Jan 30, 2012 7:58 am     Reply with quote

Hi,

vortexe9000 wrote:
Should I send the command "AT" followed by the character "13" which means the key presses ENTER CR Question Question Question


Do yourself a huge favor, and connect the phone to your PC via a MAX232 IC (or equivalent), and "exercise" the phone using Hyperterminal. In this way, you can determine what commands the phone will respond to, and the exact syntax of the reply. Once you know all this, you can write your 'C' code to do the same thing. This may take you a little while to set-up, but it will be a huge time saver in the end!

John
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group