搜索资源列表
CDMA短消息发送程序
- 用vc开发的cdma手机模块收发短信的功能,主要部分是串口通信和gb->unicode码间的转换。-vc development with the transceiver module cdma mobile messaging functions, the main part of the serial communications and gb - gt; Unicode Code of conversion.
2410_gsm
- 本程序为s3c2410实现收发短消息,打电话功能的源代码,使用模块wavecom 2403A-procedures for the realization of s3c2410 send text messages and make phone calls to function in the source code, We use 2403A module
SMSDeom
- 用vb写的,通过手机模块收发短信的例子程序,串口通讯的-written with Visual Basic, via cell phone text messaging transceiver module procedures example, the serial communications
c51_nrf905
- 该程序用单片机来控制无线收发模块nrf905,实现数据的无线传输-the procedures used to control the microcontroller wireless transceiver module nrf905, wireless data transmission
SJDXSF
- 用VC编写的短信收发程序,支持西门子TC35模块,已经过测试.-VC prepared by the procedures SMS transceiver to support Siemens TC35 module has been tested.
sms_gprs
- 上位机vc6.0编程控制西门子GPRS模块实现短信收发,GPRS收发数据,并且此程序可以移植到带有操作系统UCOS-II或LINUX的下位机,框架结构很好,效率很高。-Programming the control PC vc6.0 Siemens GPRS module to send and receive SMS, GPRS to send and receive data, and this process can be transferred to UCOS-II with the o
HZTableComHelp
- 这是本人的一个正式项目中所做的测试工程源码。主要功能是通过串口与板子的GSM模块进行通讯,进行收发短信的程序。内容有:串口设置,GB2312与UNICODE编码转换,PDU编解码(此部分大部分借鉴了网友的代码),AT指令发送。完全可以将相关代码移植到嵌入式短信收发设备中去。我的相关嵌入式项目也确实是在这个基础上做的。-This is my project done by a formal evaluation of the source. Main functions of the board
spcomm
- 用spcomm控件写的一个短信收发与串口调试为一体的小程序.可用于GSM模块的短信收发,和支持AT指令集的手机-Use spcomm Control wrote an SMS transceiver and serial debugging as one small program can be used in the GSM module to send and receive text messages and phone support AT command set
Wireless-module-receives-program
- 无线模块接收程序,nRF24L01是世界通用ISM频段的单片无线收发芯片。该无线模块包括了频率发生器、增强型ShockBurstTM模式控制器、功率发大器、晶体振荡器、调制器、解调器等功能模块。-Wireless module receives program
Wireless-module-to-send-program
- 无线模块发送程序,nRF24L01是世界通用ISM频段的单片无线收发芯片。该无线模块包括了频率发生器、增强型ShockBurstTM模式控制器、功率发大器、晶体振荡器、调制器、解调器等功能模块。-Wireless module to send program
lenkgzn8
- CC1100无线收发模块开发程序,对研究无线芯片的朋友很有帮助()
串口工具
- 本程序是个人学习Python的tkinter模块时编写,实现了串口的数据收发,由于是初学者,代码中可能会出现很多错误或不好的编程习惯,请谅解! 实现功能:1.用Python开发,Tkinter构建界面;2.可自动列出所有串口,并自定义参数,选择串口后自动打开;3.实现无延时接收消息;4.可保存接收的数据;7.支持自动适应分辨率;8.支持单独发送和定时发送;9.支持发送新行和HEX发送;10.支持发送文件,并可自定义发送频率;11.支持小窗口显示接收信息,但与主窗口不同时显示 提供源码,可用于