代码搜索:串行端口
找到约 10,000 项符合「串行端口」的源代码
代码结果 10,000
www.eeworm.com/read/11330/227689
dbg display.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR C:\DOCUME~1\Administrator\桌面\张军\AVR\AVR单片机系统开发实例稿\第二章\第二章程序\IO端口的C语言编程\数码管显示设计\
FILE Counter.C
FUNC DelayMs 50 fV
BLOCK 17 52
DEFREG j 20 i
DEFR
www.eeworm.com/read/15563/466822
c disk.c
/*-------------------------------------
程序功能:万年历
硬件连接:输出(PO连接J3,P1.0连接位码,P1.1连接段码)
独立按键输入(P2连接K1--8,但是只用到了端口低位4个)
--------------------------------------*/
#include
#define uint u
www.eeworm.com/read/15935/598050
txt spi源程序.txt
#include
#include
#include
#include
void port_init(void);//端口初始化函数
void uart_init(void);//M8串口初始化函数
void init_devices(void);//整个设备初始化函数
void delay_1ms(vo
www.eeworm.com/read/17579/739960
v top.v
//说明
//
//本程序用于R8000E 16端口GE线卡
//
//主要功能:
//1、PCI到LocalBus接口、IIC等的转换
// LocalBus接口接VSC7324处理器接口
// IIC接CY22394、24C02、Backplane(风扇单元)
//2、复位、中断及其它控制信号
//
//
//李翔
//2006-04-21
//
mod
www.eeworm.com/read/25215/846320
asm 16-2-5.asm
ORG 0000H
JMP START
ORG 1000H
START: MOV A,#09H
MOV DPTR,#1000H
JMP @A+DPTR ;变址寻址,跳转
MOV P0,#11H ;3字节指令,跳过,执行不到
MOV P1,#22H ;P1端口输出
MOV A,#04H
MOVC A, @A+PC ;
www.eeworm.com/read/27207/863366
txt pci配置信息读取.txt
使用WINIO进行端口操作,读取PCI配置信息可参看89c51ProDlg.h PCIConfig.cpp,下列是读出RTL8139 I/O基地址信息的代码
PCIConfig fig;
if(fig.GetPCIConfig(0x10ec,0x8139)==1)
{
ADDR8139=(fig.PCIConf.BaseAddressRegister[0])&0xfffffffe;/
www.eeworm.com/read/27451/865390
txt d268.bmp.txt
1)::OpenComm (m_strPort,nRate),这个函数用于程序启动时打开端口,在CheckSettings0
中实现。
2) gsmlnit0,该函数程序启动时初始化GSM状态,在CheckSettings()中实现。
3)在发送函数OnButtonSend0中实现发送短消息功能,这里使用的是theApp.m_pSmsTraffic-
>PutSen
www.eeworm.com/read/27760/867530
txt spi源程序.txt
#include
#include
#include
#include
void port_init(void);//端口初始化函数
void uart_init(void);//M8串口初始化函数
void init_devices(void);//整个设备初始化函数
void delay_1ms(vo
www.eeworm.com/read/37216/900671
txt d268.bmp.txt
1)::OpenComm (m_strPort,nRate),这个函数用于程序启动时打开端口,在CheckSettings0
中实现。
2) gsmlnit0,该函数程序启动时初始化GSM状态,在CheckSettings()中实现。
3)在发送函数OnButtonSend0中实现发送短消息功能,这里使用的是theApp.m_pSmsTraffic-
>PutSen
www.eeworm.com/read/26301/957018
h 12864.h
#ifndef _12864_H__
#define _12864_H__
sbit E=P1^2; //使能端
sbit RW=P1^1; //读写端
sbit RS=P1^0; //数据命令端口
sbit CS1=P1^3;
sbit CS2=P1^4;
/****检查液晶是否忙碌***/
void chekbusy12864(void)
{
uchar da