代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/294731/8209895
h uart.h
/*****************************************************/
/* File name : UART.h */
/* Description : header file for UART.c
www.eeworm.com/read/294731/8209898
c uart.c
/*****************************************************/
/* File name : UART.c */
/* Description : code for UART0 of m64/128
www.eeworm.com/read/294731/8209987
o uart.o
www.eeworm.com/read/294659/8212952
vhd uart.vhd
--文件名:UART.VHD
--功 能:RS232通信
--说 明:该程序包含了波特率发生器、数据发生器、数据接收器3个部分
-- 和电脑连接起来通过“串口调试助手”可以测试数据的接收和发送
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL
www.eeworm.com/read/193401/8233113
h uart.h
#ifndef __UART_H__
#define __UART_H__
void Test_Uart0(void);
void Test_Uart0Fifo(void);
void Test_Uart1(void);
void Test_Uart1Fifo(void);
void Test_Uart0Range(void);
void Test_Uart1Max(void);
www.eeworm.com/read/193401/8233203
c uart.c
#include
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\rtc.h"
#define KEY_BUFLEN 100
#define AFC_BUFLEN 0x100
c
www.eeworm.com/read/193401/8233251
o uart.o
www.eeworm.com/read/294359/8235369
c uart.c
//利用查询标志位来进行发送和接收数据。先是接收从计算机发来的数据然后再发送到计算机上。
//
#include
void Delay();
int main()
{
unsigned int Ret=0;
unsigned int uiData=0;
Set_IOB_Dir(0x0400);//IOB7-输入,IOB10-输出
Set
www.eeworm.com/read/393949/8253194
h uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART0_REVBUFFER_SIZE 1024
#define UART1_REVBUFFER_SIZE 1024
void OSInitUart(void);
int OSReadUart0(U8 data[], int num, int ntimeout);
void Ope
www.eeworm.com/read/393946/8253253
h uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART0_REVBUFFER_SIZE 1024
#define UART1_REVBUFFER_SIZE 1024
void OSInitUart(void);
int OSReadUart0(U8 data[], int num, int ntimeout);
void Ope