搜索资源列表
uart
- 用C++ Builder实现异步串口通信,保证两PC机间成功通讯
汇编串口
- 本程序是通用同步和异步串行接收器和转发器(USART)在异步状态下使用中断 * 方式进行全双工接收和发送数据的通信程序。共包括下面列表中这四个子程序。这 * 四个子程序的具体使用方法请参考各自的说明。-this procedure is common synchronous and asynchronous serial receivers and transmitters (USARTs) in the state to use asynchronous interrupt * for ful
串行通信中的异步和同步方式
- 基于VC60的串行通信中的异步和同步方式,对于VC控制串口很有帮助!
vc-serial-communication-vc串口通信的各种方式
- vc串口通信的各种方式,包括api串口监听,同步,异步方式和activex控件方式-vc serial communication of a variety of ways, including monitoring api serial, synchronous, asynchronous and activex control methods
RS232
- RS232串口通信,由89c52单片机控制。异步通信,内含两个程序。-RS232 serial communication, controlled by the 89c52 microcontroller. Asynchronous communication, contains two programs.
RS485_asynchronous_COMMUNICATION
- 一个简单的串口通信程序,可以实现RS485串口间的异步通信。-A simple communication source code. It can realize the asynchronous communication between different RS485 COM.
TestComm
- 用vc实现异步和同步通信对串口进行读写数据。里面含有两个工程,一个是异步,一个是同步通信。-Achieved with the vc on the serial asynchronous and synchronous communication to read and write data. Which contains two projects, one is asynchronous and a synchronous communication.
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.
UART
- UART异步串口通信协议,不错的例子可以-UART asynchronous serial communication protocol
CPUTest
- 为cpu卡进行检测,主要内容为异步串口通信,以及XML存储命令,实现自动化。-To cpu card for testing, mainly for the asynchronous serial communication, and XML storage commands to automate.
com_exe
- windows下异步使用串口的类。已经封装得非常好,线程安全。欢迎下载使用(windows serial port use.)
149异步串行通信(点对点通信)
- msp430f149点对点异步串行串口通信(MSP430F149 point to point serial communication)
示波器生成类附源码实例
- 虚拟仪器比传统仪器功能更强、可扩展性更好、性价比也更高,是未来测量测试行业的发展方向。完成了一种对马达故障波形进行显示分析的虚拟示波器软件设计,为马达故障分析提供了定量的分析工具。软件采用面向对象的软件设计思想来编写,按照功能划分为5个模块:虚拟示波器界面设计、异步串口通信、Modbus协议软件包、波形傅里叶分析、波形存储访问五大模块,使用VC++基于对话框的应用程序框架完成了这5个模块的详细设计和实现;通过测试,该虚拟示波器操作简单、测量准确,能满足使用要求(Compared with tra
串行通信
- 计算机与单片机之间实现串行通信,10位异步通信,波特率1200,采用定时器1产生,实现计算机串口调试助手与单片机之间的双向通信;(The serial communication between computer and MCU is achieved. Asynchronous communication with 10 bits and baud rate of 1200 are generated by timer 1, which realizes two-way communicati
串口异步通信
- 串口的异步通信方式示例。常用于pc机和装置之间的串口通信。
C#串口通讯
- 用于与下位机进行串口通讯,RS-232这种适配于上位机和PC端进行连接,RS-232只限于PC串口和设备间点对点的通信。它很简单的就可以进行连接,由于串口通讯是异步的,也就是说你可以同时向两端或者更多进行数据发送,它们之间的传输数据类型是byte,串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。