代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/26301/957702
asm serial to parallel.asm
ORG 00H
AJMP START
START: MOV SCON,#0
MOV 30H,#01H ;8字节待传输数据
MOV 31H,#02H
MOV 32H,#04H
MOV 33H,#08H
MOV 34H,#16
MOV 35H,#32
MOV 36H,#64
MOV 3
www.eeworm.com/read/26301/957706
dsn serial to parallel.dsn
www.eeworm.com/read/26301/957707
obj parallel to serial.obj
www.eeworm.com/read/26301/957709
lst parallel to serial.lst
A51 MACRO ASSEMBLER PARALLEL_TO_SERIAL 04/27/2012 17:38:47 PAGE 1
MACRO ASSEMBLER A51 V7.07
OBJECT MODULE PLACED IN .\Parallel to Serial.ob
www.eeworm.com/read/26301/957711
hex serial to parallel.hex
:10000000C290D2907598103098FDE599C298F5800D
:0F001000111480EC7CFF7DFF0000DDFCDCF8228A
:00000001FF
www.eeworm.com/read/26301/957712
hex parallel to serial.hex
:10000000C290D2907598103098FDE599C298F5800D
:0F001000111480EC7CFF7DFF0000DDFCDCF8228A
:00000001FF
www.eeworm.com/read/26301/957715
asm parallel to serial.asm
PL BIT P1.0
ORG 00H
START: CLR PL
SETB PL ;发送移位脉冲
MOV SCON,#10H ;允许串行口接收数据
WAIT: JNB RI,WAIT
MOV A,SBUF ;读取数据
CLR RI ;清除接收中断标志
MOV P0,A
www.eeworm.com/read/26301/957720
opt parallel to serial.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/26301/957721
dsn parallel to serial.dsn
www.eeworm.com/read/26301/957722