搜索资源列表
WL013
- WL013开发板,串口通信详细例程,含软件流程框图,c源程序、asm源程序等!适合初学者学习!-WL013 development board, serial communication detailed routines, including software flow chart, c source. asm2 source, etc.! for beginners learning!
PCCOM-SRC
- 用C++写的RS232串口异步通讯功能模块,支持16550 UART芯片,中断收发数据,波特率最大115200bps,自定义收发数据缓冲大小,支持软硬件流控。-C wrote asynchronous RS232 serial communication module, 16550 UART chip, Transceivers interruption data, 115,200 bps maximum baud rate, since the definition of sending an
Pocket+PC
- Pocket+PC流接口驱动示例 一个好的代码,很不错,大家学习-flow Pocket PC Interface Driver a good example code is pretty good, we learn
CommTest.rar
- 基于CSerialPort的串口多线程通信。首先设置好串口参数,然后开启串口监测工作线程,它监测到串口接收到的数据、流控制事件或其他串口时间后,就以消息方式通知主线程,激发消息处理函数来进行数据处理。而发送数据可以直接向串口发送。,CSerialPort based on multi-threaded serial communication. First of all, set up serial port parameters, and then open the serial port m
CommMonitor
- CommMonitor 侦测、拦截、逆向分析串口通信协议, 是侦测RS232/422/485串行端口 的专业工具软件,是软硬件工程师的最佳助手。CommMonitor 能侦听、拦截、记录、分析 串行通信协议,让您对应用程序操作串行端口的过程和细节,让您及时的模拟被侦听程序 或设备的数据、控制流,提高工作效率。 -CommMonitor detection, interception, reverse analysis of serial communication protoco
UART_51
- 串口设置:包括初始化及应用;串口调试方面直接能用上-// This sample uses the UART to communicate with a PC. Therefore it sets up the internal // Baud Rate Generator (BRG). The LPC900 receives a command ( S ), sent by the PC and // sends out a response, which can be display
SerialFlowControlSettings
- 很多串口调试助手中串口流控的设置都不起作用,该文章讲述了流控的具体设置方法-Assistant in a lot of serial debugging serial flow control settings are not working, the article describes a specific set of flow control methods
speed
- 流速仪软件。可以测量河道流速,需要配合流速仪使用。有效的使用在水利行业。-Software flow. River flow can be measured, the use of the need to meet the current meter. Effective use of the water industry.
DataTransfer
- 串口通信工具含字符、文件发送和接收,流控功能-Serial communication tools with characters, to send and receive documents, flow control function
uart_01
- linux下设置串口,(波特率,流控等)进行串口的读写操作。-Set serial port under linux, (baud rate, flow control, etc.) serial port read and write operations.
USART-hardware-flow-control-and-communicate
- This example provides a descr iption of how to use the USART with hardware flow control and communicate with the Hyperterminal.-This example provides a descr iption of how to use the USART with hardware flow control and communicate with the Hyperter
mtty
- windows下超级好用的串口调试工具(支持硬件流控制,软件流控制)-Super easy to use serial port under windows debugging tools (support for hardware flow control, software flow control)
6
- 串口通讯实验: 本实验得到的结果为,打开超级终端,设置波特率为115200,数据流控制位为无。运行系统,就会显示“UART & Interrupt Experiment,Please Input from the keyboard”,我们就可以通过写串口操作。 在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。 注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。 -Ser
WinCEdriver
- 串口驱动本身分为MDD层和PDD层。MDD层对上层的Device Manager提供了标准的流设备驱动接口(COM_xxx),PDD层实现了HWOBJ结构及结构中若干针对于串口硬件操作的函数指针,这些函数指针将指向PDD层中的串口操作函数。DDSI是指MDD层与PDD层的接口,在串口驱动中实际上就是指HWOBJ,PDD层会传给MDD层一个HWOBJ结构的指针,这样MDD层就可以调用PDD层的函数来操作串口。-Serial driver itself into the MDD layer and
Virtualserial
- 描述了虚拟串口软件整体框架、虚拟串口设备驱动程序(Ethcomm.sys)和虚拟串口网络服务程序(Service.sys)包括服务程序与虚拟串口驱动程序的接口及服务程序流程框-Describes the overall framework of the software virtual serial port, virtual serial port device driver (Ethcomm.sys) and virtual serial ports Network Service prog
controling-of-lights
- 下位机通过串口接收数据并降该数据作为switch语句变量对应到不同的函数产生相应的现象,例如当按下全亮按钮时,通过下位机程序控制LED灯使LED灯全亮。 当鼠标勾选单灯控制区复选按钮时,同理通过串口传输数据,相应的LED点亮,取消勾选后该灯熄灭。 当鼠标点击流水灯控制区某个单选按钮时,上位机将数据通过串口送至下位机,下位机根据数据相应调节流水灯延时函数变量,完成控制流水灯速度的功能。 -Lower computer through the serial port to receive
123
- 分析了串行异步通信协议中涉及的传输模式、流量控制、传输透明性、数据校验、加密方式等问题,提出了开发一个高效的串行异步通信协议的方法, 并以实例进行了具体描述。 -Analysis of serial asynchronous communication protocol involved in the transmission mode, flow control, transmission transparency, data validation, encryption and othe
DMA_for_Zstack
- Zstack串口流程解析,详细解说ZigBee串口操作的工作流程-Zstack serial flow analysis, a detailed explanation of port operations workflow ZigBee
Term
- 串口通信工程,可以实现设置波特率,端口,奇偶校验,数据流等功能.-Serial communication works, you can set the baud rate, port, parity, data flow.
Changing-LED-Light
- 单片机课程设计题目--花样流水灯的设计,实现基本的花样流水灯功能-SCM curriculum design topics- lights synchronized flow design, lights synchronized flow to achieve the basic functions