Help me To read Last recieved sms from hyper terminal


Results 1 to 14 of 14

Threaded View

  1. #9
    Join Date
    Aug 2008
    Posts
    66

    Default

    No luck. Actually I declare variable message VAR BYTE
    I tried to send back SMS for message\4

    This is what I got when I send ABC earlier to this GSM module.

    AB9



    If I send ABCDEF and i use HSERIN 5000,ws,[WAIT("REC UNREAD"),skip 3,str telbr\12,skip 12,str TIME\6,skip 8,STR message\6]

    I will get AB987

    where 9 is from telbr[5], 8 is from telbr[6], 7 is from telbr[7]

    Not sure why it wrap back to telbr for message.


    Now it get more interesting if i declare variable as
    message VAR BYTE[4]

    If send ABC, I will get number from telbr[6], telbr[7], telbr[8] //(3 chars)
    Last edited by Pic2008; - 1st May 2009 at 04:32.

Similar Threads

  1. Cleaning up code
    By Tobias in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 2nd December 2009, 08:14
  2. SEROUT WORD variable problem
    By Tobias in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 19th April 2009, 12:20
  3. Hyper Terminal Setting for TTL putput
    By ClayE in forum Serial
    Replies: 6
    Last Post: - 7th June 2008, 07:50
  4. Write and Read from eeprom
    By savnik in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 9th June 2007, 15:56
  5. what is hyper terminal?
    By moud_man in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 27th September 2005, 20:33

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