SMSLib


  Click here to order with any major credit card -secure transactions,

SMSLib compiled VCX: US $90

  • Royalty free distribution
  • Free upgrades
  • Free VFP6 form with source code that shows how to use SMSLib to send and receive SMS.
Requirements:
  • Visual Foxpro 6
  • Falcom A1 GSM Modem
SMSLib is a VFP6 class that sends and receive SMS (Short Message Service) using a Falcom A1 GSM modem. It can also be used with other compatible modems or cellphones attached to COM ports that supports AT commands.

Included is a sample vfp6 form with source code that shows you how to send and receive SMS using SMSLib.

Properties

nMsgCenter - Number of Message Centers defined using AddMessagecenter()

nMsgCenter - current message center used in sending SMS

aMsgCenter (n)- array that contains message center phone numbers

aReceive (n,3) - A three column array where received SMS are stored

(n,1) Index Number

(n,2) Sender's telephone number

(n,3) SMS Message

nMsgReceived - number of messages received

Method

AddMessageCenter (Message Center Number)- Add a message center number

Send (Telephone Number,Text) - Sends an SMS. Returns TRUE or FALSE if it is successfullq sent or not.

Receive () -fills aReceive and nMsgReceive properties

Delete (cIndex) - deletes the message received from the modem.

How to use

1. Drop the SMSLib control in your form

2. In the init event enter the available m

Thisform.smslib1.AddMessageCenter ("6543324")
Thisform.smslib1.AddMessageCenter ("6543324")

3. Send an SMS

Thisform.smslib1.send ("5253535","Easy Isn't it?")

 

Tech Support: support@prosoft.bizhosting.com