Login 
Register o Wednesday, February 22, 2012
 
Need Help? Minimize
Products Minimize
Services Minimize
Miscellaneous Minimize
SoftDream SMS Activex Control 2.2.9 Minimize
SoftDream SMS Activex Control 2.2.9(News!)      Buy SoftDream SMS Activex 2.2      Download SoftDream SMS Activex Control 2.2

SoftDream SMS Activex Control
The SoftDream SMS Activex Control Component is used to sending & receiving SMS and to send WAP Push through the Serial Port using the AT Command protocol.

It is a robust and easy-to-use ActiveX SMS Component that will enable your desktop or web based applications for sending & receiving SMS and to send WAP Push,Activex Control use Queue to send sms and wap push.It can be used with any ETSI 07.05 compliant GSM modem or phone handset connected to the PC serial port using a data cable or Infrared device etc. SoftDream SMS Activex Control can be used for developing applications that require to send/receive SMS in English as well as applications that require to send receive SMS in local languages (e.g. Arabic, Chinese, Russian, Thai, Greek, Hebrew, Hindi etc.), etc.
Support ASP,ASP.NET,JSP,HTML,C#,VB.NET,VB,DELPHI,VC++
Now feel the convenience of SoftDream SMS Activex Control!

Keyword: SMS,WAP Push, SoftDream SMS Activex Control, AT Command Protocol,
Key Features of SoftDream SMS Activex Control
  • Send text messages,Supports 7-bit GSM default Alphabet as well as 8-bit ANSI and 16-bit Unicode characters
  • Read incoming text messages,fire event.
  • Send WAP Push,Flash sms
  • Set various messaging and network parameters (PIN, SMSC, Message Memory etc)
  • Read modem and network information (Manufacturer, IMEI, Model, Signal Strength etc)
  • Use Queue to rapid send sms/wap push message.
  • Support AT Command .
  • Dial and answer voice calls, send DTMF tones. With these features, your software can perform with more complex functions.
  • Extensive troubleshooting feature for developers (e.g. TextBox Debug Mode, Modem Log etc)
  • Activex Control,support asp,asp.net,c#,vb.net,jsp,html,delphi .
System Requirements
  • Microsoft Windows NT 4.0, Windows 2000, Windows XP or Windows Server 2003/Vista/Windows 7.
  • Pentium class 600MHz or higher processor.
  • 128MB of RAM.
  • 5MB free disk space
FAQ:
  1. How To Install SoftDream SMS Activex Control?
    Download and Install SoftDream SMS Activex Control Develop Package (for Developer) :Download SoftDreamSmsControl.exe
  2. How To Deployment SoftDream SMS Activex Control?

    SoftDream SMS Activex Control Deployment need Copy and Regsvr32 two files. MSComm32.ocx AND SoftDreamSMSActivex.ocx.

  3.  SoftDream SMS Activex Control's Feactures?


    SoftDream SMS Activex Control Properties

    Property Description Type Access Mode
    Port Serial port or virtual serial port on which the GSM modem or phone is connected [COM1 to COM256] Integer Read/Write
    Settings Gives information about battery charge level String Read/Write
    AutoDeleteMsg While Recevice new message,auto delete msg after fire OnReceiveMessage Event. Boolean Read/Write
    EncodeType Message character encoding type [0: 7-bit (default); 1:  8-bit; 2: 16-bit] Integer Read/Write
    AutoRejectInCall while Recevice new call,auto reject it or no. Boolean Read/Write
    IsDebug Open debug Textbox to show debug information. Boolean Read/Write
    EnableCheckPIN If set to True then enabled checking of PIN status of the SIM on connect [True or False (default)] Boolean Read/Write
    DeviceState Device State,0-noopen,1-free,2-busy. Long Read/Write
    LogFolderPath Complete path for the folder where the log file is to be stored if LogType is selected as 1 or 2 String Read/Write
    LogSize Number of lines in log file Long Read
    LogType Specifies the type of logging [0: No log (default); 1: Only error log; 2: Error and event log] Integer Read/Write
    LongMessage Specifies how long messages (more than allowed size of one message) are to be sent [0: Truncate; 1: Split; 2: Formatted Split; 3: Concatenate (default)] Integer Read/Write
    CommandDelay Minimum delay in seconds between two consecutive AT commands to modem [1 to 60; default = 5] Long Read/Write
    OwnNumber Returns the MSISDN number of the SIM used in GSM modem or phone String Read
    PIN PIN (Personal Identity Number) if the SIM (Subscriber Identity Module) is protected String Write
    SendRetry Number of retries if sending of a text message or a part (for long message) fails [0 to 10; default=3] Integer Read/Write
    SMSC Service centre number String Read/Write
    Timeout Serial communication timeout in seconds [1 to 60 (default=30)] Long Read/Write
    SmsValidity Validity of the text messages sent [default: 24H (24 Hours)] String Read/Write

    SoftDream SMS Activex Control Methods

    Method Description Parameters Returns
    GetManufacturer GSM modem or phone manufacturer information - String
    GetModel GSM modem or phone model information - String
    GetBatteryLevel Gives information about battery charge level - String
    GetFirmware GSM modem firmware revision - String
    GetNetworkInfo   - String
    GetIMEI Unique IMEI information of the GSM Modem or Phone - String
    GetSignalLevel GSM network in signal strength is percentage - String
    GetIMSI Unique IMSI information of the SIM used in GSM Modem or Phone - String
    GetLastErrorNumber Error code if an error occurred while calling a method or reading writing a property. Value set to zero if there was no error. - String
    GetLastErrorDescription Description of the error in case of error while calling a method or reading/writing a property. Value set to blank if no error. - String
    ATCommand Send a AT command to the modem command as String Modem Response as String
    Connect Connect to the modem over serial port specified in property 'Port' using values specified in properties Settings - return String,"OK"-opened,else open faild.return error description.
    Disconnect Disconnect from the port connected using 'Connect' method -  
    ReadAllSMS Read all sms in memory readmode as ReadSMSmode cSmsItems Collection
    ReadOneSMS Read one sms in memory by store index smsIndex as Integer cSmsItem Object
    DeleteSMS Delete memory sms by sms store index smsIndex as Integer return true/false
    AddSendSMS Sends a text message through the GSM modem connected to serial port ByVal Phone As String, ByVal msg As String, Optional ByVal encode As MsgEncodeType = UCS2, Optional ByVal smsid As String = "", Optional ByVal CustomTag As String = "" String
    AddWapPush Object to create and send a WAP Push message byVal Phone As String, ByVal URL As String, ByVal msg As String, Optional ByVal smsid As String = "", Optional ByVal CustomTag As String = "" String
    DailCall The DailCall method to call a phone. ByVal Phone As String String
    HangUpCall The HangUpCall Function to hang up a call/phone. - String
    AnswerCall The AnswerCall Function is to Answer a call in. - String

     Softdream SMS Activex Control Events

    Method Description Parameters
    OnSendComplete While sms / wappush in queue send out,will fire OnSendComplete Event. Sms As cSmsItem
    OnReceiveMessage When new message received,fire OnReceiveMessage Event,if AutoDeleteMsg Property set true,will auto delete new message from memory. smsItem As cSmsItem
    OnReceiveCall while new call in,fire OnReceiveCall Event. phone as String
    OnReceiveUSSD The OnReceiveUSSD Event will fired at a new ussd come. Text as String
    OnError while control get error information,fire OnError Events. ErrorNumber As Integer, ErrorDescription As String

       

 

 
Copyright 2002-2010 by SoftDream Inc., ICP No:10017289