资源简介
舞台灯控制协议代码,DMX512协议,可以收发!
代码片段和文件信息
bit CHK_SIGN;
bit DMX_SIGN;
#define DmxCH 12
int8 idata Dmxdat[DmxCH];
int16 Dmxaddr;
int16 ADDR_CON;
int8 RECDAT;
int8 DmxSign;
int8 Slave;
int16 Addrbuf;
void SERI_DMX() interrupt 4 using 2{RI = 0;
if (RB8==0){
CHK_SIGN=0;
if (SBUF!=0){
DMX_SIGN=1;
return;
}
DMX_SIGN=0;
ADDR_CON=0;
RECDAT=0;
return;
}
else if (CHK_SIGN!=1){
if (DMX_SIGN==0){
DMX_SIGN=1;
if (SBUF==0){
CH
评论
共有 条评论