搜索资源列表
ModemProgram
- Modem /串口通信编程 Modem编程-Modem / Modem Serial Communication Programming Programming
Gprs_20031216
- GPRS串口拨号上网程序,自己写的串口类,通过MODEM拨号-GPRS dial-up procedures, write their own type of serial, dial-up modem
smscontrol_c
- 通过计算机串口收发短信。用WAVECOM和西门子 的GSM MODEM,西门子6688(普通手机+串口数据线),在WIN32系统(WIN98,WIN2000,WINXP)下通过测试。大负荷状态下收发非常稳定,通过了上万条短信的严格测试。其他使用标准AT命令集的手机或GSM MODEM也可使用。该控件内置*和定时发送,不支持广播。增加短信发送成功事件。GSM模块必须支持PDU格式短信。该控件支持中文,英文以及混合中英文短信,中文短信长度为上限70个中文英文字符(包括标点符号)。-computer
串口Modem收发传真终端仿真等编程例子
- 一个利用串口或Modem收发传真终端仿真的程序-use a serial or modem to send and receive faxes terminal emulation procedures
串口modem
- 串口modem的源程序-serial modem source
多线程串口Modem远程数据通信
- 本例子详细介绍了如何编制一个利用win32串口API函数,通过读写串口控制MODEM,进而实现远程数据传输的程序。-the detailed examples of how to use the preparation of a Serial win32 API functions to read and write through the modem serial port control, thereby achieving long-distance data transmission p
获取Modem信息
- 获取Modem的串口波特率名称以及本机挂的MODEM的列表等信息-access to the serial port baud rate Modem name of the machine and the modem link information such as the list
usbmodem.zip
- MC75的USB驱动,安装后可以把MC75的USB添加为一个串口,进行AT命令收发。同时会生成一个modem,可以直接用它拨号。,The USB driver MC75, MC75 after installation of the USB can be added as a serial port for AT commands to send and receive. At the same time will generate a modem, can directly use it to
Modem
- 利用win32串口API函数,通过读写串口控制modem-Serial port using win32 API functions to read and write serial control via modem
Modem
- 串口通信程序c++源代码,实现串口的机机互联通新-Serial Communication Program c++ Source code, the realization of serial machine IXTech new
Modem
- 基于c++的多线程串口Modem远程数据通信,包含串口通信的内容,非常实用,欢迎下载。-C++ based on the multi-threaded remote Modem serial data communications, including serial communication of content, very useful, please download.
MODEM
- MODEM控件通过串口发送AT指令来操作MODEM,使两台计算机通过公用电话进行数据发送-MODEM control through the serial port to send AT commands to operate MODEM, so that two computers send data through the public telephone
thread-Modem
- 多线程串口Modem远程数据通信 多线程串口Modem远程数据通信-Modem serial multi-threaded multi-threaded remote data communications data communications remote serial Modem
SerialPortController
- GSM Modem 串口操作类,这里是一个范例-GSM Modem Serial action class
Modem
- 这是一个多线程的串口通信例子,可供大家借鉴-This is an example about multiple thread communication with serial port.
serial-Modem
- 该程序为计算机通过串口发送AT命令,与MODEM建立连接。 程序利用了MScomm控件,通过串口发送AT指令来操作MODEM。-The program for the computer through the serial port to send AT commands, and MODEM connection. Program using the MScomm control through serial port to send AT commands to operate t
串口调试工具及源码
- “串口调试工具”可以实现通过串口发送和接收二进制和文本数据, 可以通过 modem 发送和接收二进制和文本数据,并且可以显示 modem 的状态。(Serial debugging tools and source code)
TCPTestDemo
- 支持ASCII,Hex码收发和显示,支持单次发送、多次发送、循环发送等,支持XMODEM MODEM 协议文件传输,作为AVR ,STM32 通用BootLoader软件 PC端升级工具。支持ASCII,Hex码收发和显示,支持单次发送、多次发送、循环发送等,支持XMODEM MODEM 协议文件传输,作为AVR ,STM32 通用BootLoader软件 PC端升级工具。(Support for ASCII, Hex code transceiver and display, support
modem
- 未使用任何控件,自己控制串口,编写的单独类,可进行拨打电话,接听电话,接收来电号码等操作。是从一本书上复制下来的。 因为没使用任何的控件,所以不会因为控件漏洞的原因被系统阻止使用。 所有使用控件的通信程序,后来都不好用了,没办法只能使用这个方式。(Have not use any controls, control their own serial port, the preparation of a separate class, you can make calls, answer call
C# 串口调试小助手(有源码)
- C#中串口通信编程 收藏 本文将介绍如何在.NET 平台下使用 C#创建串口通信程序, .NET 2.0 提供了串口通信的功能, 其命名 空间是 System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进 行通信。 我们将使用标准的 RS 232 C 在 PC 间通信。它工作在全双工模式下,而且我们不打算使用 任何的握手 或流控制器,而是使用无 modem 连接。 命名空间 System.IO.Ports 命名空间中最重用的是 SerialPort 类。 创建 S