then the 3210 , receive a ringtone message but the name of the ringtone appear to be "toRo" instead of "test" and the phone play nothing.
My network operator seems to support only 7-bit SMS,
So how could I convert the ringtone (usually 8-bit encoded) to a 7-bit encoded message ?
if some kind people could help to "connected people"
HI,
I am having the same problem,can anybody solve my problem.i am doing like this,whether it will work or not?
i am also using the same "test" example ringtone
1) way
1)AT
OK (will Return)
2)AT+CMEE=1 (Error Detection)
OK
3)AT+CMGF=0
OK
4)AT+CMGS=Mobile Number --Press Enter
06050415810000 024A3A51D195CDD004001B2055059061056055855
0548540820849900000
i am using the GSM Modem(Falcom-Swing),trying from hyperterminal.
another way i am doing using Nokia PC COnnectivity SDK 2.1 with VB coding.
still i am getting the error.
Dim cIShortMessage As SMS3ASuiteLib.ShortMessage
Set cIShortMessage = puSMSSuiteAdapter.CreateShortMsg
cIShortMessage.UserDataFormat = DATA_8_BIT
cIShortMessage.UserDataText = "06050415810000024A3A51D195CDD004001B20550590610560558550548540820849900000"
'destination
cIShortMessage.OtherEndAddress = Mobile.Text
'SMSCAddress
cIShortMessage.SCAddress = SMSC.Text
'send SMS
Call puSMSSuiteAdapter.Send(cIShortMessage)
puSMSSuiteAdapter.Terminate
MsgBox "Ringone Sucessfully Sent To " & Mobile.Text
Can anybody solve my problem.i will wait urs reply soon.
Thanx in advance.
Naveen.G