代码搜索:串口驱动
找到约 10,000 项符合「串口驱动」的源代码
代码结果 10,000
www.eeworm.com/read/119240/14836097
txt readme.txt
lpc210x的串口0驱动程序的代码及其使用范例,使用了数据队列模块。
范例中uCOS_II与应用代码是分别编译,uCOS_II代码已经事先固化到Flash中。
uCOS_II的配置见Software\uCOS-II\RomCode。
工程的建立方法参考Software\uCOS-II\RomCode_ex1\readme.txt。
www.eeworm.com/read/118077/14888342
txt readme.txt
lpc210x的串口0驱动程序的代码及其使用范例,使用了数据队列模块。
范例中uCOS_II与应用代码是分别编译,uCOS_II代码已经事先固化到Flash中。
uCOS_II的配置见Software\uCOS-II\RomCode。
工程的建立方法参考Software\uCOS-II\RomCode_ex1\readme.txt。
www.eeworm.com/read/213972/15119022
txt readme.txt
lpc210x的串口0驱动程序的代码及其使用范例,使用了数据队列模块。
范例中uCOS_II与应用代码是分别编译,uCOS_II代码已经事先固化到Flash中。
uCOS_II的配置见Software\uCOS-II\RomCode。
工程的建立方法参考Software\uCOS-II\RomCode_ex1\readme.txt。
www.eeworm.com/read/370223/9608672
c yj1264yli.c
#include
//sbit CS=P1^0; //片选 高电平有效 单片LCD使用时可固定高电平
sbit SID=P2^1; //数据
sbit SCLK=P2^0; //时钟
//sbit PSB=P3^6; //低电平时表示用串口驱动,可固定低电平
sbit RESET=P1^7; //LCD复位,LCD模块自带复位电路。可不接
#define
www.eeworm.com/read/334994/12555852
plg 252.plg
礦ision2 Build Log
Project:
D:\工作目录\uCOS-II嵌入式实时操作系统原理与移植手稿及相关手续\源代码\基于uCOS-II的串口驱动\252.uv2
Project File Date: 11/20/2006
Output:
Build target
www.eeworm.com/read/334994/12556028
plg 252.plg
礦ision2 Build Log
Project:
D:\工作目录\uCOS-II嵌入式实时操作系统原理与移植手稿及相关手续\源代码\基于uCOS-II的串口驱动\252.uv2
Project File Date: 11/20/2006
Output:
Build target
www.eeworm.com/read/334993/12556163
plg 252.plg
礦ision2 Build Log
Project:
D:\工作目录\uCOS-II嵌入式实时操作系统原理与移植手稿及相关手续\源代码\基于uCOS-II的串口驱动\252.uv2
Project File Date: 11/20/2006
Output:
Build target
www.eeworm.com/read/429631/8797753
h uart.h
#ifndef __Uart__H__
#define __Uart__H__
//#define F_CPU 11059200
#define baud 9600
#define UBRR (F_CPU/16/baud-1)
#define OutLEN 255 //串口发送缓冲大小
#define InLEN 40 //串口接收缓冲大小
exter
www.eeworm.com/read/429626/8797854
h uart.h
#ifndef __Uart__H__
#define __Uart__H__
//#define F_CPU 11059200
#define baud 9600
#define UBRR (F_CPU/16/baud-1)
#define OutLEN 255 //串口发送缓冲大小
#define InLEN 40 //串口接收缓冲大小
exter
www.eeworm.com/read/385343/8808543
c module.c
#include "Include.h"
extern uchar FingerRecord[26];//指纹记录数组,每位代表对应编号指纹有无
extern uchar xdata CommBuf[MAX_BUF_NUMBER];//串口缓冲
extern uchar xdata SCC;//串口接收和校验
extern uchar BellTimer;
extern uint Tc;