Abstract: This application note demonstrates how to make a simple system that monitors temperature and analog voltages remotely. On meeting certain alarm conditions, the system can send SMS messages, which are then converted to E-mail and
2009-04-17 11:15
and communicate with the Hyperterminal.First, the USART2 sends the TxBuffer to the hyperterminal and still waiting fora string from
2008-08-02 11:24
MC145026 encodes nine lines of information and serially sends thisinformation upon receipt of a transmit enable (TE) signal. The n
2008-04-25 11:24
bus with differential signal travel along the bus and sends the information from one point t
2008-04-09 16:00
();DelaySec(1);//??Uart1Sends("AT+CPIN?\r\n");//?????????DelaySec(1);//??i=0;while(!hand
2016-08-19 12:06
stops to receive any data.He tried to make a simple test. Test sends UDP 1024 bytes packets
2018-10-29 11:12
Send(uchar c);void Sends(uchar *str);void Delay(int z);void ATD();void ATH();void ATA();void GPRS
2015-01-12 21:23
]=tmp2;//短信的内容都存在rev_buf2中了if(num2>=80){num2=0;//Uart1Sends("GSM B "); 以上全试过可以发送7/23,20
2015-02-23 15:07
没有剩余空间,有什么办法可以使散装输出不被发送吗? 以上来自于百度翻译 以下为原文Hello,I have a system where a user mode application sends
2019-06-10 06:27
Uart1Sends(uchar *s){while(*s!=''){Uart1Send(*s++);}}//延时函数大概是1s钟,不过延时大的话不准...void
2017-06-22 14:16