Problem with SMS IO Controller


Closed Thread
Results 1 to 5 of 5

Hybrid View

  1. #1

    Default

    Quote Originally Posted by Ioannis View Post
    Your code please?

    Ioannis
    Sorry, I have no code, because I found this project here: http://techni.caliti.es/blog/2008/12...ontroller.html

    The only things I can do is to decompile the hex file inside the zip file.
    I hope aratti (the coder of the project) could help us to understand where the problem could be

  2. #2
    Join Date
    May 2008
    Location
    Italy
    Posts
    825

    Default

    Dario, the problem you are facing derives from the different modem you are using in place of Siemens TC35i used in my project.

    Your modem very likely requiers a carriage return + line feed (ascii 13 + ascii 10)
    where Siemens requires only a carriage return (ascii 13).

    From your report, I also understand that also the AT commands are somehow different which make my program useless for that modem.

    Verify if I am correct for ascii 13 + ascii 10 modifying the option of hyperteminal and see how the modem respond (check if you have no answer when you send only ascii 13)

    The other problem (the bigger one) are the AT commands which seems different from the Siemens and unfortunatly I have not one Wavecom WMOD2 modem to verify the code and eventually change the AT commands structure.

    I strongly suggest you to search around for a Siemens TC35i which will solve all your problems without any additional effort.

    Al.
    Last edited by aratti; - 29th November 2009 at 18:30.
    All progress began with an idea

  3. #3

    Default

    Finally I fixed all the problem with the Wavecom WMOD2 modem.
    I rewrote part of the disassembled code, applying some changes at the AT command for to make that standard AT and not specific for the Siemens.
    I added also some delay and at the end all starts to working perfectly.

    Thanks a lot
    Dario

Similar Threads

  1. Replies: 5
    Last Post: - 8th January 2014, 05:18
  2. hserin and sms controller
    By xxxxxx in forum mel PIC BASIC Pro
    Replies: 25
    Last Post: - 10th February 2010, 15:49
  3. Need advise how find problem in PID controller
    By phoenix_1 in forum Off Topic
    Replies: 0
    Last Post: - 28th October 2009, 01:22
  4. problem with the GSM controller
    By Dariolo in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 30th May 2009, 20:33
  5. SMS Controller using X-10
    By b1arrk5 in forum GSM
    Replies: 0
    Last Post: - 28th December 2008, 00:42

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts