代码搜索:通信机
找到约 10,000 项符合「通信机」的源代码
代码结果 10,000
www.eeworm.com/read/302555/13832383
uv2 多机通信.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,
www.eeworm.com/read/302555/13832386
m51 多机通信.m51
BL51 BANKED LINKER/LOCATER V5.01 04/17/2008 18:25:35 PAGE 1
BL51 BANKED LINKER/LOCATER V5.01, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE master
www.eeworm.com/read/491162/6441164
pdf 单片机串口通信.pdf
www.eeworm.com/read/487795/6500412
c 单片机双机通信.c
#include
/***********整体变量定义************/
int KEY1;
int KEY2;
int KEYCODE;
/*
int move1;
int move2;
unsigned char displaycode[]={0,0,0,0,0,0};
/*******数码管显示相关定义**********/
/*
un
www.eeworm.com/read/487795/6500423
opt 单片机双机通信.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/487795/6500425
plg 单片机双机通信.plg
Build target 'Target 1'
compiling 单片机双机通信(r).c...
linking...
Program Size: data=9.0 xdata=0 code=52
"单片机双机通信" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
compiling 单片机双机通信(t).c...
linking...
P
www.eeworm.com/read/487795/6500429
c 单片机双机通信.c
#include
/***********整体变量定义************/
int KEY1;
int KEY2;
int KEYCODE;
/*
int move1;
int move2;
unsigned char displaycode[]={0,0,0,0,0,0};
/*******数码管显示相关定义**********/
/*
un
www.eeworm.com/read/408927/11365077
dbk last loaded 多机通信.dbk
www.eeworm.com/read/343921/11919767
txt 串口通信从机程序.txt
#include
#define uchar unsigned char
#define _rdy_ 0x05
#define _ok_ 0x04
#define _busy_ 0x03
#define _succ_ 0x02
#define _ecc_ 0x01
uchar data ss[]={0,0,0,0};
sbit k1=P3^4;