Re: Strange GSM modem behaviour
In comp.arch.embedded,
Rav <rav.tech.cs@xxxxxxxxx> wrote:
Hi,
I am using one Wavecom 2403A GSM modem interfaced to AVR AT90CAN128
microcontroller. Here, in the code i am sending AT command for sending
SMS to an arbitrary cellphone. I am using USART0 of the controller to
send the characters to my GSM modem. The AT command and the SMS text,
both are hardcoded into the source.
After compiling and flashing my controller, i wait for sometime
staring at my cellphone but nothing comes. However, during the course
of debugging the code for which i am using JTAG, if i step through the
line in the while loops of functions cmdSendGSM() and SMS_SendGSM()
then after coming out of the SMS_SendGSM(), i am pleased to find that
SMS is received on my cellphone. The same doesn't work when i flash my
controller and Reset it. I have tried putting delays at various
position between successive sending of characters but it doesn't work.
Have you made sure all your hardware handshake lines (RT, CTS, etc.) are
at the apropriate levels?
--
Stef (remove caps, dashes and .invalid from e-mail address to reply by mail)
.
Relevant Pages
- PC8477 Demo Program
... The PC8477 Demo Program is designed to allow access to all software commands and registers of National Semiconductor's PC8477 Advanced Floppy Disk Controller. ... The left center indicates the number of bytes transferred during the last command issued. ... (comp.sys.ibm.ps2.hardware) - Re: How to Define a global const class variable in MFC?
... selecting a specific embedded device the corresponding file will be loaded ... I also need to create many dialog controls for each command set to get ... *simplest* controller ... I've learned here but my original problem was to store those const variables ... (microsoft.public.vc.mfc) - HSG60 SCSI write abort on unit, not disk
... I have a HSG60 controller with mirror sets on it. ... I have also included the description of the Instance and the SCSI ... SCSI Command Opcode: 42. ... Sense Data Qualifiers: 64. ... (Tru64-UNIX-Managers) - Re: sata_nv + ADMA + Samsung disk problem
... In a nutshell, with ADMA enabled, FLUSH_EXT occasionally times out. ... some issues cropped up with command timeouts when a cache flush command was immediately followed by an NCQ write. ... to, however it seems like the controller would get hung in that state, and we would time out with no notifiers set, the gen_ctl register not indicating interrupt status, and the CPB response flags still 0 as we left them, seemingly indicating the controller hasn't done anything with it. ... (Linux-Kernel) - Re: how to handle two submit buttons in form? (webpage)
... Here's an example of the latter, in the form of a method that would be common to doPostand doGetin a page's controller servlet. ... assume that the value of the "command" request parameter corresponds to the desired action. ... The process extracts the value of the command button, looks up the appropriate logic implementation based on the command, captures the result of that logic, embeds it in a request attribute and forwards to the next view. ... throws ServletException, IOException ... (comp.lang.java.help) |
|