搜索资源列表
TaoModual_OCX
- 诺亚短信控件 ~~~~~~~~~~~~ 本控件支持大部分的手机和GSM工业模块,通过计算机串口或USB转串口可以 实现手机或GSM工业模块短信收发,电话簿管理,拨打电话等工作. 一、主要特点: ========== 1.数据收发可靠,经过大量短信收发的检验 2.可以同时处理短信发送,和短信接收工作 3.多个操作可以同时进行,不会产生数据遗失 4.允许读取所有电话簿,读取所有短信,读取短信数量和容量 5
ModemAT
- 使用VC++编写,实现Modem的AT指令的操作,包括串口初始化,拨号、挂断,读写数据等
ModemConnet
- 通过串口对MODEM进行简单控制,在联机模式下,可通过Modem相互传输数据
通过Modem传输数据
- 利用MSComm控件,通过串口发送AT指令操作Modem。在2台计算机之间进行数据传输。-use MSComm control, sent through serial AT command operation Modem. In between the two computers for data transmission.
Ymodem_transfan
- 利用ymodem协议通过串口传输数据或文件,具备CRC校验算法-Ymodem agreement through the use of serial transmission of data or documents, with CRC checksum algorithm
WiFi_GS1011M
- GainSpan_GS1011M, 极低功耗的WIFI模块, 支持标准IEEE802.11b/g/n AP访问数据率最高为11Mbps. 提供串口转WIFI演示步骤-GainSpan_GS1011M, low power consumption of the WIFI module supports standard IEEE802.11b/g/n AP access to the data rate of up to 11Mbps. To provide serial port
chuankoutongxin
- 利用vc开发的多线程串口Modem远程数据通信源程序-Vc developed using multi-threaded serial Modem remote data communications source
Gprspc
- 采用cb平台开以,利用spcom组件实现串口和GPRS模块通讯,通过GPRS网络对TCP/IP服务器进行数据通讯,本程序对串口和GPRS模块通讯有限好参考价值-Cb platform used to open to the use of components spcom implementation GPRS module serial port and communications, through the GPRS network to TCP/IP server for data comm
ModemDial
- C++ Builder 串口事例 1.支持二进制数据和文本数据的收发 2.支持任意格式的数据的收发 3.支持两种数据包协议(识别每帧数据首尾的方法)-C++ Builder examples of one serial port. Supported binary data and text data transceiver 2. To support any format to send and receive data 3. Supports two protocol packe
VB6.0
- PC机接收部分编程:PC串口的RTS经电平转换与PTR2000无线MODEM的TXEN相连。 计算机要发送数据时,RTS变为逻辑1有效,也即PTRZ000的Pin7(TXEN)被置为1, 此时可发送数据。计算机接收数据时,RTS逻辑0有效,也即PTRZ000的Pin7 (TXEN)被置为0,此时可接收数据。PC机接收部分程序介绍如下:-PC-receive part of programming: PC serial port' s RTS by PTR200
Modem
- vc下通过串口实现操作modem操作,包括呼叫,摘挂机,传输数据等操作-vc modem through the serial interface operation operations, including call, hook, data transmission and other operations
gsm0710.tar
- GSM07.10规范,串口复用协议。即在一个物理串口上建立多个逻辑连接,从而实现如 在gprs模块上同时进行短信和gprs数据收发同时进行。-GSM 07.10 is a multiplexer protocol specified by ETSI. It operates between a MS and a TE and allows a number of simultaneous sessions over a normal serial asynchronous interface
ModemCommunitaion
- 控制Modem 的C程序,通过串口对Modem进行控制进行拨号和数据传输,可以实现两个Modem之间对传数据和发送文件。使用Visual Studio 2012开发。-Modem Communication Program used to control the modem using serial port on PC。 This program is used to dial-up, send meessage and send files between 2 moderms
Si4432无线数传STM32程序
- Si4432无线数传STM32程序 1. 采用串口1与外部进行通信,可传输接收任意长度数据; 2. 将接收后的数据无条件发送给指定地址的si4422模块; 3. 接收模块收到数据后无条件的将有效数据通过串口1的DMA传出;即:基于SI4432的点对点串口透传模块