You must simply integrate our SMS ActiveX in your software apps.
Software+modem:
A complete solution including software + modem Digicom Wave GPRS M (USB).
Software only:
If you already have a compatible GSM modem or phone, you can buy the software only (1-year or unlimited time license).
You must buy one software license for each modem/phone in use.
Just few lines of code are needed to send and receive SMS from your software applications.
Please download our SMS tutorials and examples and learn how to send and receive SMS from Visual Basic, Visual C++, .NET C#, ASP, Access, Excel...
You can also integrate SMSLibX into Borland Delphi, C++ and any other programming environment supporting ActiveX components.
As an example, here's all you need to send and receive SMS from Visual Basic 6:
'// Using SMSLibX with Visual Basic 6 ' Initializing the modem. Private WithEvents Modem As New SMSModem ... Modem.OpenComm gsmModemSiemens, 1, , smsNotifyAll ... ' Send an SMS. Private Sub cmdSend_Click() Modem.SendTextMessage "+393481234567", "Hello" End Sub ' Receive an SMS (by event). Private Sub Modem_MessageReceived(message As SMSDeliver) MsgBox message.Body, , _ "New message from " & message.Originator _ " at " & message.Timestamp End Sub
With SMSLibX you can:
SMSLibX exposes a well-organized object library providing SMS and GSM communication functionality.
It provides a complete user manual & reference and several SMS tutorials and examples helping SMS integration into your source code.
To complete the developer's kit, the SMSLibX Test Utility allows to test your installation and most software functionality. This tool is supplied together with its source code (VB6) so you'll be able to use it as a reference and testing ground
for your SMS applications.
Click on the screenshot to enlarge it.
Ready-to-use SMS communication.
Mar 18, 2013 - Given the numerous requests, we've made available a last stock of this item (discontinued in 2010). Contact us if interested.
Mar 15, 2013 - Digicom Wave GPRS is now replaced by Digicom Wave GPRS M.
Mar 15, 2013 - Audiotel Modex GPRS modem (dismissed in 2011) is now exhausted. Can be replaced with Audiotel Modex EDGE or Digicom Wave GPRS M.
Jan 12, 2011 - Siemens TC35i and MC35i modems are now replaced by the successor Cinterion MC55i.
Jan 12, 2011 - Audiotel Industrial modem is now replaced by the successor Urmet Industrial.
May 19, 2010 - SMSLibX 2.6 and SMSList 2.14 releases are ready for download.
- Working teams
Contact your customers and mobile co-workers by SMS.
- Mobile marketing
Contact your audience with friendly SMS communication.
- Services and associations
Contact service subscribers and associates by SMS.
- Commercial consultants
Remind fiscal deadlines to your customers with an SMS.
- Medical offices
Send appointment reminders to your patients by SMS.
- Schools
Keep in contact with parents and students by SMS.
Learn how to send SMS and receive SMS with SMSLibX:
Different ways to send and receive SMS messages:
Create a message list and send it to multiple recipients with SMSList.
Integrate SMSLibX ActiveX into your web pages (ASP or other server-side technologies) to send and receive SMS from your site.
With SMSLibX you can add SMS sending and receival capabilities to Excel worksheets and Access databases.