February 22 2013
Very much a tutorial SMS Gateway if you are browsing through google.com om, choose to live that is open source using Kannel on Linux or with Gammu that can be used on Windows or Linux, and for you fans of windows and familiar with Visual Basic or Delphi program certainly very much once you've found, I've been to the site http://bengkelprogram.com, there is very much to discuss about the SMS Gateway using Delphi and Visual Basic programs.
Although I do not so much understand SMS Gateway using Visual Basic and Delphi but there is little sharing for rekan2 who need it, which I found from some articles. Yup simply connect the phone to the sample visual basic program:
1. Visual Basic programs have been installed You must dikomputer.
2. Download file Mfbus (I have included with the sample program), and then extract it to the folder windows \ system32.
3. Registration her first MFbus through command promt or just click tuh existing folder labeled Regsvr32 prograh example), if dengna caranaya command promt type in the Run box "regsvr32 Mfbus15.ocx"
4. You do not want to forget the data cable must be connected to your computer.
After the above preparation you do, the next step for the form like this on your VB program:
- Double click the CommandButton "Connect" and then give the following script:
Private Sub Command1_Click ()
'For the connection between the mobile
'With the computer. Rated "COM1" can
'Vary according to the number
'COM is used but
'If using fbus usually
'Between COM1 or COM2
MFBUS15Control1.Connect "COM1"
'To display the mobile signal
Label1.Caption = "Signal:" & MFBUS15Control1.RfLevel
'To check whether the connection succeeded or failed
If MFBUS15Control1.Connected = True Then
MsgBox "CONNECTION WORKS"
Else
MsgBox "CONNECTION FAILED"
End If
End Sub
- To Disconnectnya paste the following courses:
Private Sub Command2_Click ()
'Script disconnect
MFBUS15Control1.Disconnect
'To hide the display signal values
Label1.Caption = "Signal:"
End Sub
Remember that there are pictures there Fbus posts appear if ActiveX is diaktifin Mfbus. When everything goes wrong try to run the program.