搜索资源列表
linux 串口多线程程序(驱动gsm modem可参考)
- linux 串口多线程程序,改名为 .c 文件,直接编译即可.
串口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
7)Modern 串口通信编程
- MODEN串口通讯的例子挺经典的。是一个学习的好例子。-modem serial communication very classic example. The study is a good example.
linux下串口编程
- 串行口是计算机一种常用的接口,具有连接线少,通讯简单,得到广泛的使用。常用的串口是RS-232-C接口(又称EIA RS-232-C)它是在1970年由美国电子工业协会(EIA)联合贝尔系统、调制解调器厂家及计算机终端生产厂家共同制定的用于串行通讯的标准。它的全名是\"数据终端设备(DTE)和数据通讯设备(DCE)之间串行二进制数据交换接口技术标准\"该标准规定采用一个25个脚的DB25连接器,对连接器的每个引脚的信号内容加以规定,还对各种信号的电平加以规定。传输距离在码元畸变小于4%的情况下,
卫星modem的控制程序
- 这是一个控制卫星modem的程序,可根据项目需要进行完善和补充!
TestForVB6.rar
- gsm modem串口通信,利用AT指令操作短信猫。VB,gsm modem serial communications, the use of AT commands to operate the cat message. VB
gsm-modem.c.tar
- linux下GSM modem串口通信测试程序代码-linux serial port communication under the GSM modem test program code
check_modem
- 检查串口是否联有modem- Whether the inspection string mouth does unite has modem
modem
- Modem /串口通信编程 Modem编程 MSCOMM控件编程 串口通信API编程-Modem/Serial Modem Communication Programming programming programming MSCOMM control serial communication API Programming
modem
- modem串口接口,通过它可与方便与modem通信。-modem serial port interface, which can facilitate communication with the modem.
Modem
- 串口操作modem,电话拨号,可以用于远程监测与控制-Serial operation modem, dial-up phone that can be used for remote monitoring and control
TestForJava
- gsm modem串口通信,利用AT指令操作短信猫。java-gsm modem serial communications, the use of AT commands to operate the cat message. java
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
Modem
- 一个很好的MODEM拨打电话的源程序,对串口的学习有很好的帮助-A good source MODEM call of serial learning have a very good help
Modem
- 这是一个多线程的串口通信例子,可供大家借鉴-This is an example about multiple thread communication with serial port.
串口调试工具及源码
- “串口调试工具”可以实现通过串口发送和接收二进制和文本数据, 可以通过 modem 发送和接收二进制和文本数据,并且可以显示 modem 的状态。(Serial debugging tools and source code)
C# 串口调试小助手(有源码)
- C#中串口通信编程 收藏 本文将介绍如何在.NET 平台下使用 C#创建串口通信程序, .NET 2.0 提供了串口通信的功能, 其命名 空间是 System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进 行通信。 我们将使用标准的 RS 232 C 在 PC 间通信。它工作在全双工模式下,而且我们不打算使用 任何的握手 或流控制器,而是使用无 modem 连接。 命名空间 System.IO.Ports 命名空间中最重用的是 SerialPort 类。 创建 S
Visual C++实践与提高 —— 串口通信与工程应用篇
- 本书系统地介绍了使用Visual c++开发串口应用程序的方法。全书以串口应用为主线,由浅入深,详细讲解了使用MSComm控件和使用WinAPI方式开发串口应用程序的方法。对这两种方法的应用,分别就不同的应用要求做了详细剖析。在此基础上,又介绍了计算机和各种设备之间进行串口通信的编程方法,主要包括计算机与单片机、PLC、 Modem、射频卡以及两台计算机之间的通信编程方法。(Realizing the transmission of serial port information)