[code]void SPI_Init(){//----------- IMPORTANT: By default, the internal clock is disabled.To configure the controller ------//we must first enable it.StartSPIClock();// ----------------------Configure
各位高手,我想用51通过串口来控制SIM300收发数据,现在已经把SIM300模块和51实验板通过串口连接起来了,可写完程序后模块没有反应,不知道为什么,需要对模块初始化吗?我把程序贴上来麻烦大家看看有什么问题。另外我想用串口接收字符串并判断接收的是不是我想要的字符串我该怎么做,试过了几个办法都没有成功。#include#define unchar unsigned char#define uni
评论