代码搜索:WIFI通信
找到约 10,000 项符合「WIFI通信」的源代码
代码结果 10,000
www.eeworm.com/read/449768/7496849
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/449768/7496850
hex 串口通信.hex
:0A000F00039F250D9949411F0119B7
:03002300020026B2
:0D002600C0E0C083C082C0D075D000C0070C
:10003300309813AF99EFC3940A5007EF90000F93D2
:0B004300F5A08F99C298309902C29975
:0B004E00D007D0D0D082D083D0E0
www.eeworm.com/read/449768/7496853
obj 串口通信.obj
www.eeworm.com/read/196457/8091526
doc 通信英语.doc
www.eeworm.com/read/246924/12697854
vi 串口通信.vi
www.eeworm.com/read/332650/12745463
c 串口通信.c
#include
#include
#include
#include
#include "com.h"
#include
/************************************/
static int gHelpPanelHandle;
www.eeworm.com/read/332210/12773340
doc 双机通信.doc
www.eeworm.com/read/243513/12936464
c 通信成功.c
#include"pic.h"
#define PWM RB1
#define uint unsigned int
#define uchar unsigned char
volatile bit t;
void delay(uint i)
{ uint j;
for(j=i;j>0;j--);
}
void send_one()
{ uchar i;
www.eeworm.com/read/239447/13278369
asm 串口通信.asm
ORG 0000H
AJMP MASSAGE
ORG 0023H
AJMP RMASSAGE
ORG 0030H
MASSAGE: MOV DPTR,#8003H ;8255初始化
MOV A,#80H
MOVX
www.eeworm.com/read/137699/13304022