代码搜索:串口驱动
找到约 10,000 项符合「串口驱动」的源代码
代码结果 10,000
www.eeworm.com/read/10774/190609
pdf wince_net下串口驱动开发设计.pdf
www.eeworm.com/read/429847/8785863
串口汇编
www.eeworm.com/read/284659/8911607
c 串口.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
char Table[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
uchar i=0;
void port_init(void)
www.eeworm.com/read/383128/8970740
pdf 串口.pdf
www.eeworm.com/read/281290/9165765
plg 串口.plg
礦ision2 Build Log
Project:
E:\51单片机学习\串口通讯\串口.uv2
Project File Date: 04/28/2007
Output:
Build target 'Target 1'
assembling 串口.asm...
linking
www.eeworm.com/read/281290/9165772
hex 串口.hex
:080000007501FFD501FD21008F
:0300230002011EB9
:1001000075815F758920758700758BFD758DFD750F
:100110009850D29CD28ED2ACD2AFC270211C209803
:100120000132C298207006E599C4D270328599F0E8
:1001300025F0F580
www.eeworm.com/read/281290/9165775
asm 串口.asm
TEST BIT 70H
ORG 0000h
MOV 1,#0FFH;开机延时
DJNZ 1,$
AJMP MAIN
ORG 0023h
LJMP COMM ;串口中断
ORG 0100H
MAIN:MOV SP,#5fH
;$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$串口初始化
mov TMOD,#20h ;T1: 工作模式2
mov PC
www.eeworm.com/read/281290/9165778
opt 串口.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/281290/9165785