代码搜索:1单片机串口通信
找到约 10,000 项符合「1单片机串口通信」的源代码
代码结果 10,000
www.eeworm.com/read/8349/146399
doc at89c51的串口和电脑的串口进行通信.doc
www.eeworm.com/read/383604/8932858
pdf 基于vc_6_0的pc机和单片机串口通信.pdf
www.eeworm.com/read/228319/14392221
pdf windows与linux串口通信和网络通信的比较研究.pdf
www.eeworm.com/read/429594/8800610
txt 13.1.6单片机多机通信.txt
#include
#define uchar unsigned char
#define SLAVE 0x02
#define NUMB 16
uchar idata rbuffer[16]
uchar idata tbuffer[16]={“master transmit”}
void error(void)
{
SBUF=0xff;
whi
www.eeworm.com/read/285298/8852080
txt 13.1.6单片机多机通信.txt
#include
#define uchar unsigned char
#define SLAVE 0x02
#define NUMB 16
uchar idata rbuffer[16]
uchar idata tbuffer[16]={“master transmit”}
void error(void)
{
SBUF=0xff;
whi
www.eeworm.com/read/284974/8880872
txt 13.1.6单片机多机通信.txt
#include
#define uchar unsigned char
#define SLAVE 0x02
#define NUMB 16
uchar idata rbuffer[16]
uchar idata tbuffer[16]={“master transmit”}
void error(void)
{
SBUF=0xff;
whi
www.eeworm.com/read/163189/10171873
txt 13.1.6单片机多机通信.txt
#include
#define uchar unsigned char
#define SLAVE 0x02
#define NUMB 16
uchar idata rbuffer[16]
uchar idata tbuffer[16]={“master transmit”}
void error(void)
{
SBUF=0xff;
whi
www.eeworm.com/read/424315/10464086
txt 13.1.6单片机多机通信.txt
#include
#define uchar unsigned char
#define SLAVE 0x02
#define NUMB 16
uchar idata rbuffer[16]
uchar idata tbuffer[16]={“master transmit”}
void error(void)
{
SBUF=0xff;
whi
www.eeworm.com/read/350772/10711261
bak 单片机通信格式.txt.bak
1. 主机端发送指令帧以0xAA55起始位+指令ID起始+[数据],不带任何校验
2. 指令帧ID分类
1 ------- 启动下载,此时SRAM接口被切换到单片机端口(仿真头端口同时应保证也被释放)
2 ------- 下载SRAM数据
3 ------- 读取SRAM数据
4 ------- 停止下载,此时单片机与SRAM的接口释放(高阻)
5 ------- 启动仿
www.eeworm.com/read/274812/10851191
txt 单片机与蓝牙通信程序.txt
简单51串口接受蓝牙数据C程序
include
unsigned char c_s[];
unsigned char f_s[]={0x0c,0x0d,0x0b,0x07,0x0c,0x0a,0x06,0x09,0x05,0x03}; //发声控制脉冲
unsigned char i=0;
unsigned char p_c;
void delay(unsigned int a)