搜索资源列表
ModemSMS
- 一个通过串口把PC机与MODEM连接的程序,可以拨号与发送短信-Serial put through a PC and modem connection procedures can dial-up and send a message
wavecom_soft
- 短信猫收发短信的程序,通过串行口收发短信.其结构是趋向短信查询自动回传短信的系统-cat TX SMS messages procedures, Serial Transceivers through SMS. its structure is in the direction of automatic text message back to the traditional text messaging system
zmodemclass
- 一个在Visual c++下可对串口和MODEM进行操作,并能用ZOMDEM协议进行收发文件的程序.-in Visual c 1 under on the serial port and modem operate, ZOMDEM agreement and can be used for incoming and outgoing documents procedures.
uartft
- 手机底层驱动程序,实现手机和外设的串口连接功能。-phone bottom-driven procedures, cell phones and peripherals serial connectivity.
modem
- 用EVC开发的基于串口modem通信应用程序,可在Wince上运行
zmodem
- Linux下基于Z-MODEM的串口通讯程序源码,以及开发文档
RCC
- 串口通讯在客户端/服务器类型的应用程序设计中经常要使用到,目前串口通讯采用的一般是专用软件包或者标准串口通讯协议(如XMODEM、ZMODEM等),这样完整详细且免费的软件包比较少,所以在SPCOMM的基础之上建立了本文所描述的串口通讯协议,称之为RCC(表示为Reliable Comm Communication),其主要目标是在用串口进行通讯的客户端/服务器双方建立一条可靠的通讯链路,就象TCP(RFC793)一样。该协议的目前的开发是采用VC++,应用平台为WIN95/NT,但作为RCC协
SMS_SDK+2.0
- GSM 模块软件开发包开发包说明开发包基于GSM模块开发,适用于任何希望通过GSM模块来实现短信息系统的系统,开发包的主要功能是短信息的发送和接收。开发包包括内容 1、操作使用说明――开发包根目录下为pdf文件,说明了如何正确使用GSM模块; 2、测试工具――/Tools/ 目录下,包括串口测试程序和模块测试程序; 3、开发接口―― /DLL/目录下,包括AscendComm.dll , AscendSMS.dll ,AscendSMS.lib 和AscendSMS 动态链接库接口文档.doc
Term.rar
- Win32API串口编程虚拟终端的一个源代码,可以用于对modem的控制,写自己的API程序是可以参考。,Win32API programming virtual serial port terminal, a source code, can be used for modem control API to write their own procedures are for reference.
COM-Xmodem-VC6.0.rar
- 基于串口,用于VC6.0的程序源码,对单片机串口更新有用,no
GPRSMODEM
- 本程序主要是对UART模块和GPRS MODEM模块的程序调试,串口中断和AT指令的使用,和对发送短消息程序的分析-The program mainly for UART module and GPRS MODEM module debugging, serial port interrupts, and the use of AT commands, and send a short message on the analysis procedure
TTY_simuation
- 采用串口通讯的TTY终端仿真程序,学习串口通讯的很好例子-TTY terminal emulation program using the serial communication, learning a good example of the serial communication
ModemAT
- 这是一个封装好的发送AT指令modem程序,通过串口读写操作,发送AT指令实现拨号上网功能-This is a good package to send AT command modem program, read and write operations through the serial port and send AT commands to achieve dial-up Internet access
Vc_uart_MODEM
- 在Visual c++下可对串口和MODEM进行操作,并能用ZOMDEM协议进行收发文件的程序-C语言-In the Visual c++ Can be carried out on the serial port and MODEM operation and can be used to send and receive documents ZOMDEM agreement procedure-C Language
ModemConnet
- 本程序主要是演示了如果通过串口连接modoem的方法,对于初学者有用。-This procedure is demonstrated through the serial port to connect if modoem methods useful for beginners.
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
modempc
- 采用cb平台开发,利用spcom组件实现串口和modem模块通讯,通过v.22bis的方式和银联网控器进行通讯,并支持v.80协议,本程序对串口和modem模块通讯有限好参考价值-Cb platform using the development, utilization spcom components and achieve serial modem module communication, and by the way and silver v.22bis interconnection
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
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的点对点串口透传模块