Discussion Board

Page 1 of 6 123456 LastLast
Results 1 to 15 of 79

Hybrid View

  1. #1
    Registered User Shuklaji's Avatar
    Join Date
    Mar 2003
    Posts
    2
    Hi, I am extremely new to this technology. I wish to create an application using VB which can automatically receive sms and after processing the received sms details could send out the information back to the sender. I already have the Processing bit covered out but would like to know what tools do i need to read SMS from a connected mobile. and send sms from it.
    Thanks

  2. #2
    Nokia Developer Expert auvinent's Avatar
    Join Date
    Mar 2003
    Location
    Tampere / Finland
    Posts
    1,839
    Hi!

    Please, read the PC Connectivity SDK documentation for more details.

    Teemu / Forum Nokia

  3. #3
    Registered User sweekeat's Avatar
    Join Date
    Mar 2003
    Posts
    30
    I'm not into VB programming, but if VB can access the serial port, then sending / receiving SMS from mobile attached to serial port can be a simple matter of sending / receiving AT commands on the serial port. There's a doc on the AT command-set somewhere in Forum Nokia.

  4. #4
    Registered User enginious's Avatar
    Join Date
    Mar 2003
    Posts
    2
    I am also interested in doing the same thing, but I am using a Nokia D211 card and apparently the AT command set does not work for this card - is there a way to get around this or to be able to read the SMSs straight into an application like that, only I couldnt seem to get the SDK to help me much unfortunately.

    Has anyone else posted a similar question, or what experience have you have using this?

    Any help is very much appreciated.

    Sparky.

  5. #5
    You should use rs232 to do this.if your gsm modem or mobile phone support AT commands
    MSComm1.CommPort = 1
    MSComm1.Settings = "9600,N,8,1"
    MSComm1.PortOpen = True
    MSComm1.Output = "AT+CMGR=1" & Chr$(13)
    This reads your first sms in your inbox in PDU format.
    This code changes depending on serial port you connect your phone.I hope I could help you.

  6. #6
    Registered User frankpaullin's Avatar
    Join Date
    Mar 2003
    Posts
    1
    Hi! Try downloading the 2.1 SDK for earlier models. There are sample programs included. Just pick up bits and pieces from the samples and put them together. I have made one that fits your description. If you are still having problems let me know and I will send you the working code I made in VB6.

  7. #7
    Registered User Shuklaji's Avatar
    Join Date
    Mar 2003
    Posts
    2
    Thanks a lot guys. I have been able to develop the system easily. If anyone is interested in the code than pls contact me and i will forward the details to you.
    I achieved it using the PC Connectivity Kit but what if I would like to distribute this app. My questions are
    1. How do I distribute this app within my organisation
    2. How can the same thing be achieved by using AT Commands
    3. Would anyone like to join me to develop an ActiveX control which can work by using AT commands for any mobile which will be available via the net as freeware.
    Thanks
    Shuklaji

  8. #8
    Registered User lefinale's Avatar
    Join Date
    Jan 2007
    Posts
    11
    dear Shuklaji and frankpaullin

    i really need your help, coz i'm also developing a similiar application , and i stuck in the middle of no where without guidance..

    could i have a copy of the working sample codes?
    my email is lefinale05@yahoo.com
    thanks a lot..

  9. #9
    Registered User hoirkman's Avatar
    Join Date
    Mar 2003
    Posts
    2
    Hi Shuklaji,
    may you please mail to me your email?
    Kind regards Hoirkman
    hoirkman.szehsszt@gmx.de

  10. #10
    Registered User hoirkman's Avatar
    Join Date
    Mar 2003
    Posts
    2
    Hi Shuklaji,
    may you please mail to me your email?
    Kind regards Hoirkman
    hoirkman.szehsszt@gmx.de

  11. #11
    Registered User mabilash's Avatar
    Join Date
    Mar 2003
    Posts
    3
    Hai Shukalji,
    Iam new to this network and iam working as Software Web Application Developer . Right now i have got a new requirement , where i have to send SMS messages to mobile devices . Right now Iam working on VB6.0,ASP,COM/DCOM,XML etc and i don't know how to proceed . Can u please tell me how should i proceed for sending SMS to cell phones using VB6. If u give me some sample Code it will be very helpful to me as i have to finish the feature in another 1 week .

    my email address is : contactabilash@yahoo.co.in

    thanxs , Abilash

  12. #12
    for vb6 developer look at my code at
    http://cmansstudios.8m.com[follow opensource link]

  13. #13
    Registered User hominhduc's Avatar
    Join Date
    Mar 2006
    Posts
    2
    Hi friends!

    I need a intall file: ActiveXperts version: 3.2 to do Graduation paper
    If you have it please send to: duc08082000@yahoo.com

    thank you very much!

  14. #14
    Registered User vvraju's Avatar
    Join Date
    Apr 2006
    Posts
    22
    Hey I found an interesting Product in The following site
    www.sunsilica.com
    You can try Business Messaging, I'm using it. working Fine. simple APIs.
    Hope it may help you.

    Thank you
    V V RAJU

  15. #15
    Quote Originally Posted by vvraju
    Hey I found an interesting Product in The following site
    www.sunsilica.com
    You can try Business Messaging, I'm using it. working Fine. simple APIs.
    Hope it may help you.

    Thank you
    V V RAJU
    i couldnt see the download link how u downloaded

Page 1 of 6 123456 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved