搜索资源列表
SMS_PUDUnit
- 短信收发的Delphi程序,PDU格式的-mobilephone send sms with pdu s style.
2004062215563318875
- 自写的GSM短信源码,Delphi程序,PDU格式。-GSM SMS source, Delphi procedures PDU format.
AUTOPDU
- 使用DELPHI编写的自动生成PDU码的事例程序,有DEMO-prepared by the use of automatic code generation PDUs examples of procedures, it DEMO
SMSDemo
- 手機短信實例支援中文、PDU 格式,使用 Delphi 開發
sms_wangym
- 用西门子 TC35i 收发短消息的DELPHI 源码,支持PDU 及TEXT 两种方式.-with Siemens TC35i send text messages of Delphi source code, and support PDU TEXT two ways.
sgmp30.rar
- 电信短信网关平台+v3, dephi写的短信收发程序(包括PDU编解码),对于进行短信收发程序开发人员很有用! ,Telecom SMS Gateway platform+ V3, dephi written to send and receive text messages (including codec PDU), to send and receive SMS procedures for the conduct of developers useful!
PDUtoSMS_SMStoPDU
- This source code in Delphi 7.0. Have function to decoding and encoding PDU format to ASCII and from ASCII to PDU. You can modify it or change it for meet your requirement.
smscodec
- pdu converter for delphi
PDU_Encode
- GSM Modem 以PDU方式发送或者接收短信时的文字编码与解码Delphi类
Sending_SMS_with_computer
- This delphi 7 source code have a function to send SMS trough computer with serial communication. You can modify it for your requirement.
SMS
- 收发短消息的DELPHI 源码,支持PDU 及TEXT 两种方式-The DELPHI source text messages in support of PDU and TEXT are two ways to
EmailMessagingSystem
- delphi做的邮件短信系统 1.实现邮件检测功能: (1)注册账号,注意正确添写POP3服务器,用户名,密码。 2.实现发送短信功能: (1)在注册账号时要添写正确的手机号码,并选中发送到手机的复选框。 (2)跟据自己购买的GSM模块说明书设置串口参数,一般是“19200,n,8,1”。 (3)添写当地短信中心号码,前面的86可加可不加,如果没有写,系统在按“确定”后会自动加上。 (4)注意:如果短信中含有中文字符,则一定要设成Pdu模式,否则短信可能发送失败
sms
- 前几天要做一个短信收发的小软件 使用标准AT指令 现在只能支持PDU模式(Text模式太简陋)! 支持7_Bit 和 UCS2 编码 集成了串口(spcomm) 只需要简单的配置几个参数就可以收发短信了-A few days ago to do a little messaging software Using standard AT commands Now only support PDU mode (Text mode is too simple!
EmailToGsm
- 1.实现邮件检测功能: (1)注册账号,注意正确添写POP3服务器,用户名,密码。 2.实现发送短信功能: (1)在注册账号时要添写正确的手机号码,并选中发送到手机的复选框。 (2)跟据自己购买的GSM模块说明书设置串口参数,一般是“19200,n,8,1”。 (3)添写当地短信中心号码,前面的86可加可不加,如果没有写,系统在按“确定”后会自动加上。 (4)注意:如果短信中含有中文字符,则一定要设成Pdu模式,否则短信可能发送失败。 3. 源代码配置:
text2pdu
- Text To PDU delphi Application source code
delphifr_CODAGE-DECODAGE-PDU-7BITS___Page
- conversion betwen pdu and ascii with Delphi
Delphi
- 短信猫发送短信功能,支持PDU中文长短信,7位160个字符,8位140个字符,读短信功能! 手机短信编程-SMS the cat send SMS, long SMS support PDU Chinese, 7 to 160 characters, eight to 140 characters, read SMS! SMS programming
Convert-PDU-to-Text
- This is program to convert PDU to text via Delphi.
Convert-Text-to-PDU
- This is program to convert text to PDU via Delphi.
delphi串口控制编程含SUIPack控件
- 首先声明,我上传了三次,第一个是源码,第二个是SUIPack控件包,第三个是前两个的打包文件。 原始delphi开发工具打开此源码可能遇到问题,因为我用到第三方控件,即需要安装有SUIPack和spcomm控件,此控件里的按钮带有美化效果(当然还有很多控件也进行了功能扩展和美化),我的压缩包里也包含了此安装控件,spcomm控件网上很多,可以自己下载。 程序都是自个写的代码,是公司的一个PDU控制器产品的测试软件,没有任何错误。想学习delphi串口控制,数据接收,第