|
|
| |
Kylix SMS .NET
Library 6.0 Features
Click
here to see some special
features only in Kylix SMS
.NET Library
Device information
-
Read Own number of the SIM card. Very useful
to identify different SIM cards. (new!)
-
Read network information such as network code,
name and signal quality.
-
Support PIN code. Make your application more
secure.
-
Read and set phone parameters such as SMSC
number and Device Time. Read Model, Hardware and Software version, IMEI,
IMSI and Battery Level.
-
Build-in SMS Sending counter. Record how many
messages have been sent by one SIM card since last reset time. Sent counter
and reset time can be changed by calling reset method. This function is very
useful to control sending speed and check SMS send count history.
(new!)
Support many models of devices
-
Send and Receive SMS, SmartSMS, WAPPush, vCard
and vCalendar via GSM modems, mobile phones and WCDMA HSDPA sticks.
-
Auto search valid serial port. Very useful for
WCDMA HSDPA sticks. (new!)
-
Support variety brands of mobile phones such
as Nokia, Sony-Ericsson and Motorola.
-
Support GSM/GPRS modems such as Wavecom,
Siemens, Sony-Ericsson and Motorola.
-
WCDMA 3G HSDPA USB sticks are also supported
very well such as Huawei and ZTE.
-
Support several communication protocols such
as AT Command and Nokia FBus.
-
With Nokia protocol, there are more than 20+
models of Nokia S40 series very low cost mobile phones in market. They are
much cheaper than a Wavecom GSM modem and very easy to buy one. You can
start developing application with your old phone, maybe you don't even have
to purchase a new GSM device.
-
Nokia Symbian smart phones are supported for
sending SMS.
Read and delete SMS
-
Get SMS folder status, such as folder name,
memory type, folder capacity and SMS count.
-
Read all messages saved on SIM card and in
Phone memory.
-
Received concatenated messages will be merged
as one long message in reading methods. (new!)
-
Support reading Unicode SMS like Chinese and
8Bit data message.
-
Support New SMS Received event, New Delivery
Report event, Reading SMS finish event and SMS sent event.
-
Support deleting all SMS in one sample method
call.
-
Support auto delete New Received SMS after
SMSReceived Event is triggered.
-
Support auto delete New Delivery Report after
SMSDelivery Event is triggered.
Send SMS
-
Support sending short text messages,
concatenated long text messages and flash SMS (alert SMS).
-
Long text SMS can be sent as one concatenated
SMS, also can be sent as split messages.
-
Split format of long text messages can be set
as any format like: (1/3), [2/3] or '3/3'
-
Support sending SMS with deivery report
request. The delivery event indicates if the message has been delivered or
not.
-
Support SMS queue. SMS will be sent in
background thread. (new!)
|
|
| |
Send WAP Push
-
Support Sending WAP Push SMS. WAP Push can be
used to send color pictures, wallpapers or mp3 ring tone download link to
mobile phone.
-
Unicode and Concatenated WAP Push are also
supported. The text part of WAP Push SMS can be longer than 160 or 70
Unicode characters.
-
Support WAP Push queue. It can be sent in
background thread. (new!)
Send Smart SMS
-
Support sending smart SMS. (new!)
-
Option to specify the application port. It's
very useful for J2ME applications. (new!)
-
Long text Smart SMS and Unicode text Smart SMS
are also supported very well. (new!)
-
Support Smart SMS queue. Smart SMS will be
sent in background thread. (new!)
Sending vCard
-
Support sending standard vCard version 2.1.
(new!)
-
About 30 items can be set in vCard.
(new!)
-
Support Unicode vCard items, such as name, job
title, addresses, etc... (new!)
-
Support sending vCard files.
(new!)
-
Support vCard queue. vCard will be sent in
background thread. (new!)
Send vCalendar
-
Support sending vCalendar 1.0 and 2.0.
(new!)
-
About 10 items can be set in vCalendar.
(new!)
-
Support Unicode vCalendar items, such as
Summary and Location. (new!)
-
Support several types of vCalendar like
Metting, Todo, Memo and Anniversary. (new!)
-
Alarm time is supported. (new!)
-
Support sending vCalendar files.
(new!)
-
Support vCalendar queue. vCalendar can be sent
in background thread. (new!)
Voice Call
-
Dial and answer voice calls.
-
Send DTMF tones.
-
Support incoming call even with phone number.
-
Support auto reject incoming call option.
USSD
|
|
|
|
Kylix SMS Server 2.5 Features
-
Kylix SMS Server is especially designed for
adding SMS functions into your software product quickly and
effectively. This software uses the method of polling the SMSOut
table in the database, and then encodes the
messages need to be sent based on SMS format of GSM network, and
send the encoded message to GSM Network with mobile phone or GSM
Modem. After the message is successfully sent, the software
will mark the message in the database as Already Sent. After the
recipient receives the message and answers it, the software will
insert the answered message into the SMSIn table of the
database. Once finish inserting action, it will delete the
message in the mobile phone or GSM Modem. When you need to send
message with your software, you only need to insert the message
and the recipient mobile phone number into the SMSOut table of
the database, and then the message will be sent out very soon.
If you want to work with the message answered by the recipient,
you only need to handle the newly received message in the SMSIn
table of the database.
-
Kylix SMS Server acquire good
compatibility through connecting to database with ADO, it can
work with various kinds of databases such as MS Access, MS SQL
Server, Oracle, MySQL and PostgreSQL etc. The database may
running with Windows, Linux or other operating systems. As long
as you have one client or server PC running Windows with your
software, you can install the GSM device on that PC, and run
this software on it as a SMS server for your system.
-
Kylix SMS Server is able to encode the sent
message with PDU format of GSM network, and it will
automatically detect the language used by the sent message, and
handle the message with GSM 7Bits, ASCII or Unicode. It supports
both single-byte language and multi-bytes language (e.g.
Chinese). For long message, it can be sent in long message mode
or split messages mode. You can also set the SMS center number.
The software can dynamically display the status of the hardware,
such as Sending, Receiving and Idle, and automatically retry for
failed outgoing message. All process will have detailed log,
enables you to retrieve received, unsent, sent and failed
messages for statistic or checking purpose.
-
Kylix SMS Server supports various brands of
GSM mobile phones such as Nokia, Siemens, Sony-Ericsson as well
as several models of GSM Modems, such as Wavecom, Siemens,
Motorola and Ericsson etc. This software is able to
automatically identify the brand and model of the hardware, and
use optimum parameters accordingly. It can read information
about hardware including brand, model, IMEI, Battery Level and
Signal Quality etc. This software also supports PIN function.
-
Kylix SMS Server provides with full log and
warning mechanism. It will save the system-running status of
software and hardware into a log file, the size of it has been
restricted, so you don’t have to worry that it will occupy too
much hard disk space. You can use SMS message to report
system-running status on a daily basis, such as the number of
sent messages, received messages, unsent messages, and hardware
equipment, database connection status etc. Meanwhile, the
administrator can also send SMS message to get the current
system-running status. SMS warning functions can also monitor
running status of the database in almost real time, when the
hardware or network fails and causes database disconnected,
Kylix SMS Server can immediately send warning message to
specified mobile phone, get administrator to handle the problem
as soon as possible. When using GSM mobile phone as SMS hardware
equipment, you can set the software to send a SMS message
promptly to the specified phone number when the battery level is
low, to remind administrator to charge the mobile phone in time,
which can avoid the system down caused by low-battery off of the
mobile phone.
-
As you can see from the above features
that, Kylix SMS Server not only helps you easily incorporate the
SMS functions into your software product, but also provide your
system with more Running Status Reports at a speed faster than
ever before, which will facilitate the maintenance of your
system, reduce the maintenance cost and improve the maintenance
efficiency.
-
Kylix SMS Server can work as an external
optional module of your software product, beside that, you can
also include this software as part of your software, install it
along with your system. You can even choose to “OEM” this
software as your company name, making it an integrated part of
your product.
|
|
| |
Kylix SMS
ActiveX Control 5.5 Features
-
Support variety brands of mobile phones and devices such as
Nokia, Siemens, Sony-Ericsson, Motorola and Alcatel, as well as
GSM/GPRS modems such as Wavecom, Siemens, Sony-Ericsson and
Motorola. -
50+ Nokia low price S40 phones are supported by version 5.5.
<new> -
Support several communication interfaces such as Serial Port,
Infrared and Bluetooth. -
Support several communication protocols: AT Command, Nokia FBus
and Nokia MBus. -
Support sending pictures, ringtones, softwares, games, news and
website links to your customers via WAP Push function, so they
can download them from your website.
-
Support text messages, Unicode text messages,
concatenated text messages, autoshow messages, Nokia flash
messages and delivery reports.
-
Automatically trigger events when a new message, a delivery
report or an incoming-call comes. -
Read and set phone parameters: Model, SMSC number, hardware and
software revision, IMEI, time and battery level.
-
Read network information such as network name and signal
quality.
-
Support sending UUSD commands and receiving USSD messages. -
Dial and answer voice calls, send DTMF tones. With these features,
your software can perform with more complex functions.
-
Provide an interface that directly sends commands to devices.
|
|
|
|
|
|
| |
|
|
|