代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/413998/11133939
c uart.c
/* Name: uart.c
* Project: AVR USB driver for CDC interface on Low-Speed USB
* Author: Osamu Tamura
* Creation Date: 2006-06-18
* Tabsize: 4
* Copyright: (c) 2006 by Recursion Co., Ltd.
* Licens
www.eeworm.com/read/413978/11135815
hpp uart.hpp
/***************************************************************************
These C++ classes are copyright 1990, by William Herrera.
All those who put this code or its derivatives in a commercial
www.eeworm.com/read/413978/11135830
cpp uart.cpp
/***************************************************************************
These C++ classes are copyright 1990, by William Herrera.
All those who put this code or its derivatives in a commercial
www.eeworm.com/read/413732/11143715
c uart.c
#include".\Globle.h"
#include".\STC_RST.h"
UBYTE flg=0,bb;
int ModbuTable[20];
void SendByte(UBYTE message)
{
SBUF=message;
while(!TI);
TI=0;
}
www.eeworm.com/read/413732/11143716
h uart.h
#ifndef UART_H__
#define UART_H__
#include".\Globle.h"
//==============================================================================
extern void SendByte(UBYTE message);
extern UBYTE flg,b
www.eeworm.com/read/413699/11146557
a uart_char.a
www.eeworm.com/read/413371/11158357
lst uart.lst
C51 COMPILER V8.02 UART 05/23/2008 11:50:50 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN Ua
www.eeworm.com/read/413371/11158382
c uart.c
#include
#include
#include "uart.h"
#define TBUF_SIZE 64
#define RBUF_SIZE 64
#define SIZEMASK 0x3F
#define INT_DISABLE EA=0
#define INT_ENABLE EA=1
static idata
www.eeworm.com/read/413371/11158384
h uart.h
void UART0_Init();
void UART1_Init();
bit com0_getchar(unsigned char *ch);
bit com1_getchar(unsigned char *ch);
void com1_sendchar(unsigned char ch);
void com0_sendchar(unsigned char ch);
void
www.eeworm.com/read/413371/11158394