代码搜索:多串口
找到约 10,000 项符合「多串口」的源代码
代码结果 10,000
www.eeworm.com/read/376182/9325794
h zlg500commu.h
// ZLG500读卡模块通信库
#ifndef __ZLG500_COMMU_H
#define __ZLG500_COMMU_H
#include "config.h"
#ifdef __cplusplus
extern "C" {
#endif
// 串口通信波特率
#define BAUDRATE 19200
//////////////////
www.eeworm.com/read/366485/9812000
c putchar.c
/*串口1通信底层函数*/
#include // SFR declarations
#define XON 0x11
#define XOFF 0x13
/*
* putchar (full version): expands '\n' into CR LF and handles
*
www.eeworm.com/read/359345/10154699
c 25.c
#include "io2313.h"
#pragma interrupt_handler uart_rec:8 //定义接收中断向量
unsigned char i;
//串口接收中断
void uart_rec()
{
i=UDR;
}
//主程序
void main()
{
UBRR=12;
www.eeworm.com/read/355622/10253454
c queue.c
//=============================================================
// 文件名称: Queue.c
// 功能描述: u循环队列存储结构,用于保存串口发来的信息沟通
// 维护记录: 2007.08.07 V1.0 created by anxing
// 2007.12.18 V1.1 modify by hongya
www.eeworm.com/read/353914/10405874
c 25.c
#include "io2313.h"
#pragma interrupt_handler uart_rec:8 //定义接收中断向量
unsigned char i;
//串口接收中断
void uart_rec()
{
i=UDR;
}
//主程序
void main()
{
UBRR=12;
www.eeworm.com/read/424389/10455137
c rddayinji.c
/***********************************************************/
//Title:ATMAGE128串口荣达打印机驱动-查询方式
//ICC-AVR : 2009-2-22 13:37:40
// Target : M128
// Crystal: 8.0000Mhz
//Author :borlittle
//Functio
www.eeworm.com/read/423419/10560824
htm 888.htm
Static Call Graph - [C:\Documents and Settings\jiangxiang\桌面\LPC2131KEIL例程\串口\888.axf]
www.eeworm.com/read/277919/10593946
c serial.c
#include "c51base.h"
/***************串口初始化*****************/
static uchar idata receive_buf[MAX_BUF_LEN];
static uchar idata buf_head,buf_tail;
static uchar is_serial_get;
static uchar
www.eeworm.com/read/421492/10735402
c uart+time.c
/*********串口调试,并于LCD显示************/
#include
#define uchar unsigned char
uchar code dispcode1[]={"2008-08-24 00:00"};
uchar code dispcode2[]={"~Yang wen chong~"};
uchar seg[]={"0123456
www.eeworm.com/read/421492/10735413
c uart+time.c
/*********串口调试,并于LCD显示************/
#include
#define uchar unsigned char
uchar code dispcode1[]={"2008-08-24 00:00"};
uchar code dispcode2[]={"~Yang wen chong~"};
uchar seg[]={"0123456