代码搜索:多串口

找到约 10,000 项符合「多串口」的源代码

代码结果 10,000
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

obj 串口.obj

www.eeworm.com/read/281290/9165795

lnp 串口.lnp

"串口.obj" TO "串口"
www.eeworm.com/read/281290/9165800

lst 串口.lst

A51 MACRO ASSEMBLER 確口 05/04/2007 14:35:37 PAGE 1 MACRO ASSEMBLER A51 V7.08a OBJECT MODULE PLACED IN 串口.OBJ ASSEMBLER INVOKE
www.eeworm.com/read/176483/9496826

vbw 串口.vbw

Main = 44, 58, 635, 523, , 22, 29, 613, 494, C config = 88, 116, 679, 581, , 66, 87, 657, 552, C Module1 = 110, 145, 701, 610, Module = 22, 29, 613, 494,
www.eeworm.com/read/176483/9496834

vbp 串口.vbp

Type=Exe Form=Main.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\..\WINNT\System32\stdole2.tlb#OLE Automation Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; COM
www.eeworm.com/read/371148/9564477

c 串口.c

#include #include #include #define uchar unsigned char /*计算机链接的控制代码*/ #define STX 0X02 //文本发送开始 #define ETX 0X03 //文本结束 #define EOT 0x04 //发送结束 #define ENQ 0x05