代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.txt
Library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity atel2_bin is
port( txclk: in std_logic; --2400Hz的波特率时钟
reset: in
uart.c
#include
#include
#include
#include
#include
void init_uart(void);
int uart_putchar(char);
int uart_putchar(char c)
{
i
uart.c
/*
中断方式UART测试程序
uart.c
硬件:avr-51
时钟:外部4MHz
ATmega16
苏丹 2008-05-03
*/
#include
#include
//#include
#define uchar unsigned char
#define
uart.aps
uart11-Apr-2008 21:34:3803-May-2008 22:54:04241011-Apr-2008 2
uart.hex
:100000000C942A000C9447000C9447000C94470071
:100010000C9447000C9447000C9447000C94470044
:100020000C9447000C9447000C9447000C94490032
:100030000C9447000C9490000C9447000C944700DB
:100040000C9447000C9
uart.eep
:00000001FF
uart.txt
uart_test
1.用comport串口调试程序,com口应设为com3;
2.为什么发送很多字符的时候,还能正常接收?程序中不是有16字节的限制吗?