| Reply | « Previous Thread | Next Thread » |
|
Friends am confused!Really too much confused!
Am trying to simply send sms to any mobiles from my PC using Bluetooth.. I got some scrap codes and am able to do work with it. My n-gage QD works fine with it and even SE and Moto mobiles also working but n70 and 3230(don know about other nokia sets)are not working.. they are getting connected and able to reterive data(like IMEI number etc) from it but not able to send SMS. I tried to check the compatability using the following code give below and got "Message Not Supported" NB: Am using a dll called ATSMS in resource.gsmModem is an object of type GSMModem Code:
Private Sub Check_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Check.Click
MsgBox("Going To Check Ur Mobile Compatability", MsgBoxStyle.Information)
gsmModem.CheckATCommands()
If gsmModem.ATCommandHandler.Is_SMS_Received_Supported Then
MsgBox("Message Supported", MsgBoxStyle.Information)
Else
MsgBox("Message not Supported", MsgBoxStyle.Information)
End If
End Sub
Can u tell is this the way we should use AT commands? If those mobile doesnot support in this method then any other method i can use? I am attaching a screenshot of the software which may be helpfull to support me :-) http://img184.imageshack.us/img184/9...titled5ff5.jpg |
| the.kaushik |
| View Public Profile |
| Find all posts by the.kaushik |
|
any body any idea?
|
| the.kaushik |
| View Public Profile |
| Find all posts by the.kaushik |
|
hi,
Have you tried the manual for AT commands on Nokia. You shouls find allthe commands you need in these http://www.forum.nokia.com/info/sw.n..._v3_0.pdf.html and http://www.forum.nokia.com/info/sw.n..._v2_1.pdf.html and http://www.forum.nokia.com/info/sw.n..._1_en.pdf.html and http://www.forum.nokia.com/info/sw.n..._2_en.pdf.html I dont know vb.net and I dont know what your routine is doing. The Ngage is symbian 6.1 S60 Series 1 where as the N70 phones are s60 Series 2 Feature pack 3 and may not support this function any more. I have only used Java with the comm ports to talk to the ports. I would suggest you examine the command listed in my log for the Nokia 3220 and make sure you have all the drivers loaded for the relevant devices PHP Code:
However this does not use bluetooth link and simply connects to the internet via Orange UK Jim |
| jimgilmour1 |
| View Public Profile |
| Find all posts by jimgilmour1 |
|
Hi,
Use can use the following link to download the chm help file of the ATSMS library http://www.uk.kernel.org/sites/downl...ge/a/at/atsms/ Cheers, Amit Dhingra |
| amit.dhingra |
| View Public Profile |
| Find all posts by amit.dhingra |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Problem installing s60 theme studio | plz help!! | thunderush | Mobile Design and User Experience | 13 | 2008-11-12 17:18 |
| NOKIA EXPERTS, pls, pls, pls help! (missing .lib) | 4twilight | General Symbian C++ | 15 | 2006-08-28 14:57 |
| pls help | viraj_turakhia | Symbian Tools & SDKs | 0 | 2004-12-13 09:33 |
| pls help me pls..... (everybody read this).....need it urgently | Never_Die | Bluetooth Technology | 0 | 2004-11-30 08:52 |
| Pls Help!! | jacktty | Mobile Java Tools & SDKs | 0 | 2004-09-21 11:43 |