搜索资源列表
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
Modem
- vc下通过串口实现操作modem操作,包括呼叫,摘挂机,传输数据等操作-vc modem through the serial interface operation operations, including call, hook, data transmission and other operations
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的点对点串口透传模块