代码搜索:COM口映射
找到约 10,000 项符合「COM口映射」的源代码
代码结果 10,000
www.eeworm.com/read/424315/10464503
txt 12.1.3并行io口编程.txt
START:
ORG 0100H
MAIN:
MOV R0,#00H
MOV DPTR,#TABLE
DISP:
MOV A,R0
MOVC A,@A+ADPTR
MOV P1,A
ACALL DELAY
INC R0
CJNE R0,#0AH,DISP
AJMP M
www.eeworm.com/read/352111/10579757
rar 直接操作并行口.rar
www.eeworm.com/read/418876/10893685
hex 485串口通信.hex
:0300000002008378
:0C008300787FE4F6D8FD75810A020003C6
:100051007869656875692C796F752061726520749E
:0C0061006865206265737421200A0D00A0
:10000300758920758BFD758DFD7598505387EFD2DB
:060013008EE4F5A8
www.eeworm.com/read/418876/10893687
opt 485串口通信.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/418876/10893691
obj 485串口通信.obj
www.eeworm.com/read/418876/10893696
c 485串口通信.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit P12=P1^2;
char code str[] = "you are the best! \n\r";
main()
{
uint j;
TMOD=0x20;
TL1=0xf
www.eeworm.com/read/418876/10893698
plg 485串口通信.plg
礦ision2 Build Log
Project:
E:\xiehui\my KEILc51 project\485串口通信\485串口通信.uv2
Project File Date: 03/01/2008
Output:
compiling 485串口通信.c...
485串
www.eeworm.com/read/467024/7013640
txt 12.1.3并行io口编程.txt
START:
ORG 0100H
MAIN:
MOV R0,#00H
MOV DPTR,#TABLE
DISP:
MOV A,R0
MOVC A,@A+ADPTR
MOV P1,A
ACALL DELAY
INC R0
CJNE R0,#0AH,DISP
AJMP M
www.eeworm.com/read/459723/7266049
txt 12.1.3并行io口编程.txt
START:
ORG 0100H
MAIN:
MOV R0,#00H
MOV DPTR,#TABLE
DISP:
MOV A,R0
MOVC A,@A+ADPTR
MOV P1,A
ACALL DELAY
INC R0
CJNE R0,#0AH,DISP
AJMP M