代码搜索:SerialComm
找到约 1,054 项符合「SerialComm」的源代码
代码结果 1,054
www.eeworm.com/read/344875/11855181
c main.c
#include
#include
#include "FM1715.h"
#include "FM1715_fun.h"
#include "FM1715_reg.h"
void init_serialcomm(void);
void send_char_com(uchar ch);
uchar idata test[16]={0x00
www.eeworm.com/read/322522/13377886
c test.c
#include
sbit LED1 = P1^2;
sbit LED2 = P1^4;
sbit IR_IN = P3^2;
void init_serialcomm(void)
{
SCON = 0x50; //SCON: serail mode 1, 8-bit UART, enable ucvr
TMOD |=
www.eeworm.com/read/254239/12154028
orc pluse.orc
F08F COMMANDPROCESSEXTRA
F001 ENABLESERIALCOMM
E000 ENABLETIMER0
E000 ENABLETIMER1
FF9F INITVAR
F083 SERIALCOMM
F30F TIMER_0
F38F TIMER_1
F7FF WRITECOMMAND
F08B _CALCHECKCODE
F48F
www.eeworm.com/read/457390/7326140
txt read me!.txt
// 10/22修改FMDrv_IsChipValid, 避免意外的引起待机电流上升
// 10/13更新初始化表格
// 9/28 添加初始化部分延时
// 9/25 BassOff SoftMuteOff
// 9/10 版本初始化
使用的时候先编辑一下RDA_FM_SerialComm.c
然后根据实际情况配置一下GPIO
如下
/* GPIO definition *