代码搜索结果
找到约 5,134 项符合
USART 的代码
usart.lst
HI-TECH Software PICC Macro Assembler V9.50PL2
Sat Sep 16 09:34:47 2006
1 processor 16F73
2
main.c
#include
#include
#include "usart.h"
/* A simple demonstration of serial communications which
* incorporates the on-board hardware USART of the Microchip
* PIC16Fxxx series
usart.c
#include
#include
#include "usart.h"
void
putch(unsigned char byte)
{
/* output one byte */
while(!TXIF) /* set when register is empty */
continue;
TXREG = byte;
}
usart.c
//USART.C IS THE USART ROUTINE FILE FOR MICROCHIP C18 COMPILER
// FUNCTIONS EXPLANATION
//
//USART_INIT:
// THIS FUNCTION IS USED TO CONFIGURE THE USART MODULE FOR
// USART COMMUNICATION
//
readme
APPLICATION: CREATING LARGE DATA OBJECTS AND THE USART
The following sample application prompts the user (via HyperTerminal) to enter
a digit between 0 and 9. Upon receiving a character from the
example2.c
/*
* The following sample application prompts the user (via HyperTerminal) to
* enter a digit between 0 and 9. Upon receiving a character from the USART,
* the program will then either output a
includes.h
#include "main.h"
#include "delay.h"
#include "lcd.h"
#include "ad.h"
#include "init.h"
#include "usart.h"
#include
//#include
includes.h
#include "main.h"
#include "delay.h"
#include "lcd.h"
#include "ad.h"
#include "init.h"
#include "usart.h"
#include
//#include
includes.h
#include "main.h"
#include "delay.h"
//#include "horse.h"
//#include "lcd.h"
//#include "ad.h"
#include "init.h"
#include "number.h"
//#include "usart.h"
#include
//#include
includes.h
#include "main.h"
#include "delay.h"
#include "horse.h"
//#include "lcd.h"
//#include "ad.h"
//#include "init.h"
//#include "usart.h"
#include
//#include