代码搜索:COM口映射

找到约 10,000 项符合「COM口映射」的源代码

代码结果 10,000
www.eeworm.com/read/284974/8881047

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/427027/8984353

hex 485串口通信.hex

:0300000002008378 :0C008300787FE4F6D8FD75810A020003C6 :100051007869656875692C796F752061726520749E :0C0061006865206265737421200A0D00A0 :10000300758920758BFD758DFD7598505387EFD2DB :060013008EE4F5A8
www.eeworm.com/read/427027/8984354

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/427027/8984359

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/427027/8984361

plg 485串口通信.plg

礦ision3 Build Log Project: F:\电气\新建文件夹\单片机-485-PC串口通信\单片机-485-PC串口通信\485串口通信.uv2 Project File Date: 02/11/2009 Output:
www.eeworm.com/read/427027/8984373

lst 485串口通信.lst

C51 COMPILER V7.06 485__口蚠_
www.eeworm.com/read/179254/9362300

c 模拟串行口程序.c

/* ----------------------- 版权声明 ---------------------------------- ------------------------------ 宏晶科技 2005/01/17 -------------------------- -------------- Tel: 0755-82948409
www.eeworm.com/read/163189/10172053

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/354909/10315764

c 51串口协议.c

#include #include unsigned char Fun01_Len = 5; unsigned char Fun05_Len = 6; unsigned char *P1Addr; unsigned char SendBuf[5]; unsigned char RcvBuf[16]