搜索资源列表
串口Modem收发传真终端仿真等编程例子
- 一个利用串口或Modem收发传真终端仿真的程序-use a serial or modem to send and receive faxes terminal emulation procedures
MODEM16
- 串口MODEM, 是一个学习VCB编写串口调制截调的例子
串口modem
- 串口modem的源程序-serial modem source
111
- 《Visual C++精彩实例详解》随书光盘第30章 多线程串口Modem远程数据通信
多线程串口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
thread980
- 多线程串口Modem远程数据通信多线程串口Modem远程数据通信-Modem serial multi-threaded multi-threaded remote data communications data communications remote serial Modem
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
modeq
- 串口modem的源程序 Serial modem source(The source program of Serial modem Serial modem source)
串口调试工具及源码
- “串口调试工具”可以实现通过串口发送和接收二进制和文本数据, 可以通过 modem 发送和接收二进制和文本数据,并且可以显示 modem 的状态。(Serial debugging tools and source code)
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