代码搜索:WIFI通信
找到约 10,000 项符合「WIFI通信」的源代码
代码结果 10,000
www.eeworm.com/read/413412/11157080
c rs485.c
/********************************************************************************
*
*
*名称:master.c
*功能:RS485主机收发程序
*说明:主机向整个网络发送地址信息,等待接收从机数据包
*程序设计:
*设计时间:
*
*
通信规则:
1:时钟4MHZ/波特率9600bps
www.eeworm.com/read/412932/11175008
c sci.c
/* 2812A板:
使用直连的串口通信电缆;
启动串口调试助手.exe;
PC机发送一个"."为结束标志
*/
#include "DSP281x_Device.h"
#include "DSP281x_Examples.h"
// Prototype statements for functions found within this file.
void scia_
www.eeworm.com/read/266435/11225459
txt code.txt
#i nclude
sbit DQ =P3^7; //定义通信端口
//延时函数
extern delay(int n);
//extern void send (unsigned char ff);
//初始化函数
Init_DS18B20(void)
{
unsigned char x=0;
DQ = 1; //DQ复位
www.eeworm.com/read/249503/12490989
c serial.c
/*************************************************************************
* File Name:Serial.c
* Description:串口DMA发送方式通信--CPU工作频率为60MHz(开发板外接8MHz),波
* 特率为19200bps,字符长度8位,奇偶校验位无,停止位1位。
www.eeworm.com/read/238057/13910028
txt tongxinyuandaima.txt
PC机与单片机通信源代码
#include
#include
#include
#define uint unsigned int
#define uchar unsigned char
void delay(uint time)//ms延时函数
{
uint i,j;
for (i=0;i