?? index.html
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Simple SMS Client in Java for serial connection</title>
</head>
<body>
<p><font size="4" face="Arial"> </font><font face="Arial" size="5">Simple SMS Client in Java for serial connection</font><br>
***************************************************************<br>
<br>
<font size="4">Created 2001 by Stefan Moscibroda</font><br>
</p>
<ul>
<li><b>Purpose </b><br>
<br>
This Java SMS Client aims to support the communication between a computer<br>
and a
mobile device via a serial connection. This serial connection can either be a<br>
serial cable or a infrared connection (IRDA with virtual COM port). Serial
drivers<br>
for
Windows are included in this package as well as an installation guide.<br>
<br>
The tool allows sending, reading and writing of SMS in both transmit and<br>
received format, as well as the sending of ordinary AT commands to the mobile. <br>
The
tool
is using the PDU SMS format which is supported by most GSM mobiles.<br>
<br>
</li>
<li><b>Functionality of the SMS tool / classes</b><br>
<br>
- Sending and receiving SMS (also time information icluded)<br>
<br>
- Writing and Reading SMS from Mobile/SIM storage, Deleting SMS <br>
(support of both receiving and transmitting format)<br>
<br>
- Direct support of AT command: <br>
Can be used to e.g. read out Phone book entries, IMEI of the mobile, etc.<br>
<br>
For the SMS functionality make sure that the mobile is set to SMS PDU mode.<br>
To set the mobile to PDU mode, type the AT commad "AT+CMGF=0"</li>
</ul>
<p><br>
The functionality of this SMS Client can be easily integrated
into your own <br>
applications. Feel free to make your extensions!
</p>
<p><br>
Stefan Moscibroda, 2001, Bern, Switzerland<br>
<br>
</p>
<p><br>
<br>
</p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -