搜索资源列表
SerComm
- 一个异步的串口类,支持硬件流控制 利用消息通信
yibutongxin
- 运用RS485显示串口的通信,本程序采用异步通信方式
汇编串口
- 本程序是通用同步和异步串行接收器和转发器(USART)在异步状态下使用中断 * 方式进行全双工接收和发送数据的通信程序。共包括下面列表中这四个子程序。这 * 四个子程序的具体使用方法请参考各自的说明。-this procedure is common synchronous and asynchronous serial receivers and transmitters (USARTs) in the state to use asynchronous interrupt * for ful
串行通信中的异步和同步方式
- 基于VC60的串行通信中的异步和同步方式,对于VC控制串口很有帮助!
serialcommpro
- 串口编程,分为同步通信模式和异步通信模式,方便调试。-Serial Programming is divided into synchronous and asynchronous modes of communication modes of communication to facilitate debugging.
RS485_asynchronous_COMMUNICATION
- 一个简单的串口通信程序,可以实现RS485串口间的异步通信。-A simple communication source code. It can realize the asynchronous communication between different RS485 COM.
tl16c550b_chinese
- 这是tl16v550方面的资料,是用于异步串口通信方面的!-This is tl16v550 that information is used for asynchronous serial communications in!
34567798708
- 用VB实现的RS232异步串行通信的实例,可通过串口实现通信-Using VB' s RS232 asynchronous serial communication instance, can communicate through the serial port
rs232
- 实现异步串口通信,经过实验验证起到了很好的效果。-Asynchronous serial communication, after experimental verification has played a very good effect.
RS485Comm_a
- windows异步串口编程,演示PC机和智能型仪表如何通过RS485接口进行通信,仪表采用百特公司XMA5000智能型专家自整定PID调节器-windows asynchronous serial programming, demonstrate PC and smart meters to communicate via RS485 interface, the instrument used Baxter XMA5000 intelligent expert self-tuning PID
BasicCommAsynchMode
- 异步的串口通信,已封装好函数,可直接调用读取串口数据或写入串口数据。-Asynchronous serial communication, the wrapper function, can be directly invoked to read the serial data or write data from serial port.
SerialPort_NEW_API
- 串口异步IO 多线程通信,使用WIN32 API,基本实现成功-The serial asynchronous IO multithreading communication
Timer1
- 测试程序,用来进行异步通信的串口测试。程序实现了定时器、异步收发功能。-Test procedures used for asynchronous serial communications test. The program timers, asynchronous transceiver functions.
API-serial-asynchronous-code
- 本例程采用 windows API编写,属于串口异步非阻塞操作,采用线程监视、windows事件、自定义消息,其中数据接收一块分别采用SetCommMask、WaitCommEvent 设置等待串口通信事件,是初学者不可多得的学习资料,该历程亦可直接用在实际工程当中,很具有收藏与学习价值,压缩包中还包含相关的参考文档,望大家好好利用-This routine uses the Windows API to write, is a the serial asynchronous non-bl
IOSerial
- 串口实现通信功能,采用的是异步I/O的实现方法。-Serial communications functions, using asynchronous I/O implementations.
uartio
- 基于TMS320DM642芯片的串口通信,异步通信收发器通过中断通知DSP来接收和发送数据-Based on TMS320DM642 chip serial port communication, asynchronous communication transceiver DSP to send and receive data via the interrupt
VS2010_VB_Serial
- Visual 2010中VB调用串口控件,实现与DSP的串口通信,获取下位机(DSP)控制的三相异步电机各项参数,同时控制异步电机。-Visual 2010 in VB calling Serial control, implementation and DSP serial communication, get the next bit machine (DSP) three-phase asynchronous motor control parameters, while controll
串口异步通信
- 串口的异步通信方式示例。常用于pc机和装置之间的串口通信。