代码搜索:串口驱动
找到约 10,000 项符合「串口驱动」的源代码
代码结果 10,000
www.eeworm.com/read/192685/8337326
html 8255.html
Re: VB中的串口通讯问题
Re: VB中的串口通讯问
www.eeworm.com/read/38039/1091752
mnu dim_types.mnu
DIM#TYPES 尺寸类型
Feature 特征
Show all model dimensions that drive features or members.
显示驱动特征或成员的所有模型尺寸
Driven 驱动
Show all driven or reference dimensions that belong to a 3d model.
显示属于3维模型的所有驱动或参考尺寸
D
www.eeworm.com/read/353964/10401132
log buildchk_wxp_x86.log
BUILD: Computing Include file dependencies:
BUILD: Examining f:\驱动开发\fenceng directory for files to compile.
Compiling f:\驱动开发\fenceng directory ********************
'nmake.exe /c BUILDMSG=Stop. -i
www.eeworm.com/read/353964/10401146
log buildchk_wnet_ia64.log
BUILD: Computing Include file dependencies:
BUILD: Examining f:\驱动开发\fenceng directory for files to compile.
Compiling f:\驱动开发\fenceng directory ********************
'nmake.exe /c BUILDMSG=Stop. -i
www.eeworm.com/read/274466/10870573
c pcf8563.c
/*******************************************************
// I2C总线驱动程序+PCF8563驱动-------PCF8563-Drivers.c
//定义F0为非应答标志位
/*******************************************************
电路连接:
SDA
www.eeworm.com/read/150259/12301614
c vfd.c
** 描 述: VFD模块的驱动函数,
驱动芯片为 UPD16311
引脚连线见原理图
** 版 本:
******************************************************************/
#include "include.h"
// PIN 定义
//commands
#define
www.eeworm.com/read/466387/7034602
c main.c
/***********************************
GSM接收短信实例
步骤:
1 打开串口;
2 初始化串口参数;
3 发送AT+CMGF命令,通知GSM模块采用PDU模式;
4 利用AT+CNMI命令设置自动提醒功能;
5 利用AT+CMGR命令读取短信,并处理读取的短信;
6 发送结束,关闭串口。
作者:蒙德鑫
时间:2008/12/10
**************
www.eeworm.com/read/308439/13701505
c com.c
/****************************************************************
程序(函数)名称:ser977
功能描述: BBPC系列串口,除了可以调用
bios进行通讯外,为了使用更高的串口通讯速率可以直接对串
口硬件直接操作,例子用后一种方式编程,并使用中断方式接收,
接收到的数据缓存在环行队列中。程序把串口波特率固定 ...