kaushik259106 0 Junior Poster in Training

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

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

What should i do?
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/9130/untitled5ff5.jpg