I know this topic is already been discussed a lot on this forum. But i will be grateful if people can spare some time to go through my problem.
I am using a PIC 18F420 to control my GSM modem. I have been able to send messages succesfully while using a hyperterminal.
I was also able to connect my PIC to hyperterminal through serial port and using fprintf statements i was able to display all the command including the ctrl z to send message on the hyperterminal. but when i connect my modem to PIC it does not send any messages.
can anybody tell me whats wrong with my modem
johanan
Joined: 28 Nov 2003 Posts: 9
GSM - What GSM module are you using?
Posted: Sun Mar 19, 2006 1:51 am
I assume you are using text mode (CMGF=1),
so you have to wait for the '>', then wait 100ms, then send your data.
This is what you do with hyperterminal (you wait manually...)
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