Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/15/06 06:10
Read: times


 
#122248 - No experiment!
Responding to: ???'s previous message
Hendryawan said:
I will made experiment to solve my problem.

You don't need any more experiments!

You already have enough experimental data!

You need to work through your received PDUs, one octet at a time, referring to the tables in the links I provided (see the "two most useful" ones).

The tables describe each octet in sequence in a PDU - you just need to work through them, one octet at a time.

You do realise that an "octet" just means an 8-bit group; ie, a byte?

For example, your 1st PDU:
06912618010000040C9126183230494400006080416104518202D41F


Start by breaking it into octets:
06 91 26 18 01 00 ...


Then just work through rach octet in turn:

1st octet = 06 = Length of the SMSC information (in this case 6 octets)

2nd octet = 91 = Type-of-address of the SMSC. (91 means international format of the phone number)

So the SMSC info contains 6 octets; the first is the Type-of-address (above),
therefore the next 5 octets contain the remainder of the SMSC info; ie, the SMSC address (SCA) - as digit pairs

etc

Check your results by using the decoder provided.

Once you understand how to do this by hand, then you can code it for your 8051...

List of 27 messages in thread
TopicAuthorDate
GSM SMS control            01/01/70 00:00      
   In the sms request...            01/01/70 00:00      
      SMS in PDU format            01/01/70 00:00      
         i found this about pduspy            01/01/70 00:00      
         So why PDU?            01/01/70 00:00      
      Not such a good idea            01/01/70 00:00      
   The Originating Number *is* in the message            01/01/70 00:00      
      try first            01/01/70 00:00      
         That's the trouble with using a Phone            01/01/70 00:00      
         help me with the same            01/01/70 00:00      
            Getting started            01/01/70 00:00      
               gsm and 8051            01/01/70 00:00      
                  Nothing to add            01/01/70 00:00      
            Butting-in            01/01/70 00:00      
   All about PDU format            01/01/70 00:00      
   example data            01/01/70 00:00      
      Now you're just not trying!            01/01/70 00:00      
   do experiment            01/01/70 00:00      
      No experiment!            01/01/70 00:00      
         wet horses            01/01/70 00:00      
            silly horse!            01/01/70 00:00      
      SMS with AT89C51            01/01/70 00:00      
         Off-Topic, vague question            01/01/70 00:00      
            AT89C51 with GSM            01/01/70 00:00      
               Not here!            01/01/70 00:00      
   thank you            01/01/70 00:00      
   about the hardware            01/01/70 00:00      

Back to Subject List