idishop online store

Join Now Payout Via LibertyReserve

Visual Basic (VB6) SMS Gateway

Sunday, March 15, 2009 20:14
Posted in category Mobile, Programming

Suatu hari saya berkeinginan untuk membuat sebuah server gateway (SMS Automatic Reply) atau sering kita sebut dengan SMS Gateway, dan ternyata connection membutuhkan sebuah komponen untuk menghubungkan antara Visual Basic (VB6) dengan device handphone/mobile. Setelah saya mencari dan akhirnya dapat di search engine google, dan berikut komponen yang saya dapatkan di http://forum.avgoc.com/forum_posts.asp?TID=62

  • mfbus15.zip ( mfbus15.ocx , mfbus15.oca , mfbus15.dll )
  • Example Source Code connection to mobile for SMS Gateway

  • Komponen-komponen yang telah di download sebaiknya disimpan (ekstrak file) di C:\windows\system32\ dan komunikasi hanya dengan handphone yang terdeteksi oleh PC dengan connection COM Port atau Serial Port. Contoh perintah atau syntacs dalam penggunaan MFBUS15 component :
    MFBUS15.connect "COM3" {Connection to mobile phone with COM3 serial port number}
    MFBUS15.dissconnect {Disconnect to mobile phone device}

    And you can see the inbox or comming message, u can send a new message and then you can see delivery report message, see the command (type as string) :
    text1.text = MFBUS15.SMS.Inbox
    text2.text = MFBUS15.SMS.Outbox
    text3.text = MFBUS15.SMS.DeliveryNotifications

    Display battery and signal level (type as string) :
    text1.text = MFBUS15.batterylevel
    text1.text = MFBUS15.Rflevel

    And another command you can find on this component, you can find another command with trying source code Visual Basic…

    Handphone yang digunakan dengan jaringan GSM dan untuk CDMA saya belum pernah coba :D

    Happy trying it..

    You can leave a response, or trackback from your own site.

    Leave a Reply