搜索资源列表
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.
rxpart
- uart异步串口收模块,将串口数据进行组合变成8位的字节。波特率可自行调节-uart receive asynchronous serial module, serial data will be combined to become 8 bytes. The baud rate of self-regulation
uart
- 基于FPGA的一个异步串口收发器(UART)在FPGA上设计Uart发送模块,可以把从pc接收的数据的16进制值加1再发送给PC;设计单片机和FPGA接口模块,可以把接收到的数据送给单片机,并显示在LCD上。-Uart transmission module design on an FPGA FPGA-based asynchronous serial transceiver (UART), can be hexadecimal values from the pc
com_process2
- 基于飞思卡尔单片机4路异步串口数据的复用源程序。-4 based on Freescale MCU multiplexed asynchronous serial data source.
SerialPort
- * Function: 串口的打开、关闭、数据发送 以及 自动接收 (1)采用【事件驱动】的方式,即当缓冲区接收到数据的时候,【自动执行接收数据】,有效的节省系统资源,提高执行效率。 原理:建立一个事件线程,它监视串口的事件和错误信息。当有事件或错误发生时,它主动向【主线程】发送一个Windows消息。主线程在消息相应函数中处理已发生的事件或错误。 (2)采用“异步方式”读串口,耗时的读数据在单独的线程中进行。 (3)编程步骤:定义全局变量、创建串口、开启事件线程、发送数据、自定
FIFO
- fifo异步串口收发程序 FPGA程序-fifo asynchronous serial transceiver
test_rs232
- 基于DM642的UART串口通信程序,可以实现DSP与PC等外设的异步通信,反复测试过,保证好用。-DM642 DSP source code for UART communication with PC or other peripherals. Has been tested and for ensure it works.
src
- 通用异步串口的FPGA程序,用于实现与PC机通信。-The FPGA code of UART is used to achieve communication with PC.
mini2440_simulation-SerialByIO
- 在mini2440上用IO口模拟的串口,采用异步通知的方式去通知进程串口数据读取完毕-Mini2440 on simulation of serial IO port asynchronous notification to inform the process of serial data read completed
111
- FPGA 实现全双工异步串口(UART),与PC 机通信。1 位起始位;8 位数据位;一个停止位;无校验位;波特率为2400、4800、9600、11520 任选或可变(可用按键控制波特率模式)-FPGA to achieve full-duplex asynchronous serial interface (UART), to communicate with the PC. A start bit 8 data bits one stop bit no parity bit 240
NO19_UART_REV
- 学习板演示程序 异步串口通讯:利用单片机UART的接收功能,等待接收一串数据-Learning Board demo- asynchronous serial communication: the use microcontroller UART reception function, and waiting to receive a series of data
TM1652
- TM1652 是一款LED(发光二极管、数码管、点阵屏)驱动控制专用芯片,内部集成了数字通讯电路、 解码电路、数据锁存器、震荡器、LED驱动电路。通讯方式采用异步串口通信(UART)协议,因芯片只 接收单片机发来的数据,仅需要单片机的一个TX端口发送数据给芯片即可,实现单线通讯;在显示驱动 方面,芯片采用动态扫描方式,两种显示模式可选,8级段驱动电流可调,16级位占空比可调;TM1652 内置消隐处理优化电路。-TM1652 is an LED (light-emitting d
SCI0-USB
- 串口2USB模块程序 freescale xs128工程 实现单片机使用异步串行通讯实现与USB通讯的转换-application for xs128
msp430g2x55_uscia0_uart_01_9600
- 基于msp430g2x55的异步串口功能使用函数,方便用户快速使用该单片机的串口功能。-Based on msp430g2x55 asynchronous serial port function using the function of convenient user fast using the single chip microcomputer serial port function.
usart
- stm32f103c8b6 串口驱动程序,实现异步串行通信,波特率可调,系统时钟已配置好。-Stm32f103c8b6 serial port driver, the realization of asynchronous serial communication, baud rate can be adjusted, the system clock has been configured.
uart_tr(3)
- uart_tr 异步串口通信主机 使用verilog HDL语言编写-uart_tr the host of the uart
SerialPortCom
- linux环境下的串口源码,经过调试,可以使用,基本实现了异步收发的功能。-linux environment serial source, after debugging, you can use the basic realization of the UART functions.
uartio
- 基于TMS320DM642芯片的串口通信,异步通信收发器通过中断通知DSP来接收和发送数据-Based on TMS320DM642 chip serial port communication, asynchronous communication transceiver DSP to send and receive data via the interrupt
CSerialPort
- 串口通用函数,私人封装的串口调用类,读,写,多线程调用,锁,异步等。-Serial generic functions, private package serial calling the class, reading, writing, multi-threaded calls, locks, asynchronous and so on.