搜索资源列表
ASYNCPEC.ZIP
- DOS下,异步串口通信C代码,根据具体需要可裁减-DOS, asynchronous serial communication C code, according to the specific needs can be trimmed
完整串口通信程序Vc++源代码
- 完整的异步串行通信的处理程序-integrity of the asynchronous serial communication procedures
异步串口通信 VC++
- 异步串口通信 VC++ 本文参考MSDN及相关网上文章。 ////////////////////////////////////////////// //MyComm.h 多机控制 异步串口通信 //说不定能有用上的。-asynchronous serial communication VC paper and related reference MSDN online article. ////////////////////////////////////////////// / / My
串口通信Delphi实现
- 第一步:了解串口通信原理 串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。 典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发
51622428Cserialport.rar
- 该程序实现了串口之间的相互通信,是异步串口通信,可以设置串口号,Implementation of the procedures between the serial communications, serial communication is asynchronous, the classic experimental procedures for computer networks
USART.rar
- AVR单片机串口异步通信,通过电脑串口助手使电脑和单片机运行简单的数据通讯,AVR microcontroller tramsmition
UART
- 本人自己编写的FPGA异步串口通信模块(UART),基于QuartusII环境,verilog语言编写,包含仿真和全部程序及说明,验证通过,具有很好的稳定性和参考价值!-I have written of the FPGA asynchronous serial communication module (UART), based on QuartusII the environment, verilog language, including simulation and all the pr
uart
- 这是一个基于vc串口异步通信 可以实现串口半双工的异步通信 -This is a serial asynchronous communication based on vc can achieve half-duplex asynchronous serial communications
SeriesSample
- evc的串口通信例子,同时有异步接收和发送处理-EVC examples of serial communication, at the same time there is asynchronous receive and transmit treatment
55593401perfect_serial_port_code
- 该程序实现了串口之间的相互通信,是异步串口通信,串口编成程序-Implementation of the procedures between the serial communications, serial communication is asynchronous, the classic experimental procedures for computer networks
RS485Comm
- 基于vc的异步串口通信,基于vc的usb程序代码。自己写了一下,挺好用的。-Vc-based asynchronous serial communication, based on the usb code vc. Wrote about their own, very good use.
chuankoutongxin
- 串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其
iWin32COM
- 对异步串口通信的读取和写入很好的封装。建议初学者看一下-Asynchronous serial communication to the read and write very good package. Recommended for beginners to look at
cnComm
- 一个异步串口通信类,该类在接收到串口数据时会调用一个抽象方法OnReceive()-An asynchronous serial communication class, receiving the serial data will be called an abstract method OnReceive ()
a
- 一个基本的串口异步通信源码,介绍了串口通信最基本的方法-A basic source of serial asynchronous communication, describes the basic method of serial communication
UART
- 该代码为异步串口通信程序,控制芯片为ATMEGA16。-The code for the asynchronous serial communication program, the control chip for the ATMEGA16.
comAPI
- 使用API异步串口通信-文件改进,自己的学习心得-Asynchronous serial communication using the API- File improve their own learning experiences
C语言串口程序
- C语言串口程序,通过编程实现串口的异步通信-C-serial process, through the asynchronous serial communication programming
ComRex
- 异步串口通信 对话框开发通信编程 windows通信编程-Asynchronous serial communication programming dialog develop communication windows communication programming
简单模拟串行通信
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;