Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
GPS module test procedures
4.0
GPS module test procedures #include "display.h" GPS_INFO GPS; //GPS information structure /**************************************** Constant definitions Be careful not defined in header files *****************************************/ UCHAR code beiwei[]= "latitude"; UCHAR code nanwei[]= "latitude"; UCHAR code dongjing[]= "longitude"; UCHAR code xijing[]= "longitude"; UCHAR code Sudu[]= "speed:"; UCHAR code hangxiang[]= "heading:"; UCHAR code gaodu[]= "height:"; UCHAR code jiaodu[]= "angle:"; UCHAR code HAIBA[]= "altitude:"; UCHAR Code du[]= "degree"; UCHAR code meter[]= "m"; uchar code kmperhour[] = "km/h"; UCHAR code date[]= "date"; void Show_Float(float fla, uchar x, uchar y); /**************************************** Display time /****************************************/ v
jenslee2008
2016-08-23
0
1
Huawei GTM900C code
no vote
#include "config.h" INT8U RBUF; INT8U TDAT,RDAT; INT8U TCNT,RCNT; INT8U TBIT,RBIT; BOOLEAN TING,RING; BOOLEAN TEND,REND; INT8U uc_rxdIndex,uc_rxdDealIndex; INT8U uc_uartBuf[UART_BUF_LEN]; INT8U uc_uartRecFifoLen; In the receive FIFO/* number */ BOOLEAN b_uartRecFifoFlag; INT16U us_allSendCnt; INT8U uc_sendCnt; //INT8U * pSendBuf; INT8U * p_pSendBuf[P_SEND_BUF_LEN]; /* Pointer to data to be sent */ INT8U uc_pSendBufLen[P_SEND_BUF_LEN]; /* Pointer contains the length of the data */ INT8U uc_pSendBufIndex; INT8U uc_pSendBufDealIndex;
jenslee2008
2016-08-23
1
1
Through the GSM remote control LED
no vote
The main function of this program is as follows: GSM module at a later time, just wait for some time, since when LED1 is lit. 1. If we use a cell phone to send SMS to the phone number in the module "openled3" LED3 light up on the GSM module; 2. If we use a cell phone to send SMS to the phone number in the module that reads "openled4", LED4 on GSM module is lit; 3. If we use a cell phone to send SMS to the phone number in the module "closeled3" LED3 is off on the GSM module; 4. If we use a cell phone to send SMS to the phone number in the module that reads "closeled4", LED4 was extinguished on the GSM module; 5. send other messages, without any response the GSM module.
jenslee2008
2013-11-26
0
1
No more~