Location:
Search - sms_send
Search list
Description: 一份介绍手机短信编码方式,如何通过AT命令发送短信。还给出了一份程序实现发送短信的原代码
Platform: |
Size: 18788 |
Author: 大圣 |
Hits:
Description: 短信发送,短信群发短信发 送,短信群发
Platform: |
Size: 747960 |
Author: zy |
Hits:
Description: GPRS无线通信模块MC35i及其外围电路设计
Platform: |
Size: 17830 |
Author: zxs |
Hits:
Description: 短信发送,短信群发短信发 送,短信群发-SMS, SMS Bulk SMS, Short Message
Platform: |
Size: 747520 |
Author: |
Hits:
Description: 一个delphi编写的收发短信源码, 使用了Cport控件,很实用-A delphi source prepared to send and receive text messages using Cport control, it is practical
Platform: |
Size: 546816 |
Author: 马宁 |
Hits:
Description: java2 me sms_send 手机发送短信代码,对你你帮助的-java2 me sms_send code cell phone to send text messages to you, you help
Platform: |
Size: 14336 |
Author: 娜娜 |
Hits:
Description: 本人辛苦收集的手机模块成功发送了中文短信的资料.-I am hard to collect mobile phone module was successfully sent a Chinese SMS information.
Platform: |
Size: 16384 |
Author: japanstudylang |
Hits:
Description:
Platform: |
Size: 2281472 |
Author: ffs |
Hits:
Description: Delphi写的通用AT短信收发程序
采用AT命令写的短信收发程序。
1.接口数据库可自行创建(SQL2000)
发送短信表结构为:
CREATE TABLE [dbo].[SMS_Send] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[mobile] [nvarchar] (20) COLLATE Chinese_PRC_CI_AS NULL ,
[Msg] [nvarchar] (160) COLLATE Chinese_PRC_CI_AS NULL ,
[state] [int] NULL ,
[sendyorn] [int] NOT NULL ,
[sendtime] [datetime] NULL ,
[CommPort] [nvarchar] (50) COLLATE Chinese_PRC_CI_AS NULL
) ON [PRIMARY]
2. 接收短信表结构为:
CREATE TABLE [dbo].[SMS_Accept] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[mobile] [nvarchar] (20) COLLATE Chinese_PRC_CI_AS NULL ,
[Msg] [nvarchar] (160) COLLATE Chinese_PRC_CI_AS NULL ,
[ArriveTime] [datetime] NULL ,
[Readed] [int] NULL
) ON [PRIMARY] -Delphi to write the general AT messaging program uses AT commands to write text messaging program. 1. Interface allows you to create the database (SQL2000) to send SMS table structure: CREATE TABLE [dbo]. [SMS_Send] ([id] [int] IDENTITY (1, 1) NOT NULL, [mobile] [nvarchar] (20) COLLATE Chinese_PRC_CI_AS NULL, [Msg] [nvarchar] (160) COLLATE Chinese_PRC_CI_AS NULL, [state] [int] NULL, [sendyorn] [int] NOT NULL, [sendtime] [datetime] NULL, [CommPort] [nvarchar] (50 ) COLLATE Chinese_PRC_CI_AS NULL) ON [PRIMARY] 2. receive SMS table structure: CREATE TABLE [dbo]. [SMS_Accept] ([id] [int] IDENTITY (1, 1) NOT NULL, [mobile] [nvarchar] (20 ) COLLATE Chinese_PRC_CI_AS NULL, [Msg] [nvarchar] (160) COLLATE Chinese_PRC_CI_AS NULL, [ArriveTime] [datetime] NULL, [Readed] [int] NULL) ON [PRIMARY]
Platform: |
Size: 910336 |
Author: 刘海滨 |
Hits: