Author |
Message |
Topic: Wait sms and send data by GPRS contemporary |
thanvuongv
Replies: 1
Views: 3541
|
Forum: General CCS C Discussion Posted: Mon May 19, 2014 7:28 am Subject: Wait sms and send data by GPRS contemporary |
I am coding to send data GPS by FTP server. Now I want to: if it have a sms go to then send sms to phone and after that send GPS to FTP go on.
Example:
RDA_isr()
{
c=getc ... |
Topic: Send Latitude and Longitude by module sim908 (FTP server). |
thanvuongv
Replies: 9
Views: 22620
|
Forum: General CCS C Discussion Posted: Sat Apr 26, 2014 11:16 am Subject: Send Latitude and Longitude by module sim908 (FTP server). |
Thank for your help.
My project is complete |
Topic: Send Latitude and Longitude by module sim908 (FTP server). |
thanvuongv
Replies: 9
Views: 22620
|
Forum: General CCS C Discussion Posted: Sat Apr 26, 2014 9:45 am Subject: Send Latitude and Longitude by module sim908 (FTP server). |
ok |
Topic: Send Latitude and Longitude by module sim908 (FTP server). |
thanvuongv
Replies: 9
Views: 22620
|
Forum: General CCS C Discussion Posted: Sat Apr 26, 2014 9:25 am Subject: Send Latitude and Longitude by module sim908 (FTP server). |
thank you. I repaired baud. |
Topic: Send Latitude and Longitude by module sim908 (FTP server). |
thanvuongv
Replies: 9
Views: 22620
|
Forum: General CCS C Discussion Posted: Sat Apr 26, 2014 6:18 am Subject: Send Latitude and Longitude by module sim908 (FTP server). |
I connected pic18f4620 with PC and when I send a command from pic to module sim908 is receive. Not error.
I use only one UART because I can use AT-command to get GPS signal. |
Topic: Send Latitude and Longitude by module sim908 (FTP server). |
thanvuongv
Replies: 9
Views: 22620
|
Forum: General CCS C Discussion Posted: Sat Apr 26, 2014 6:14 am Subject: Send Latitude and Longitude by module sim908 (FTP server). |
delay_ms(xxx) less than 65535. But when I send a AT-command is AT+FTPPUT=1. The firsly is "OK" receive and after about 7second is receive +FTPPUT:1,1,1200. So I use delay_ms more than 65535 ... |
Topic: Send Latitude and Longitude by module sim908 (FTP server). |
thanvuongv
Replies: 9
Views: 22620
|
Forum: General CCS C Discussion Posted: Sat Apr 26, 2014 6:10 am Subject: Send Latitude and Longitude by module sim908 (FTP server). |
thank for your help.
I connected to my PC and test ok. GPS and FTP server is running follow mind.
So. I have all AT-command to connect module sim908. |
Topic: Send Latitude and Longitude by module sim908 (FTP server). |
thanvuongv
Replies: 9
Views: 22620
|
Forum: General CCS C Discussion Posted: Sat Apr 26, 2014 4:47 am Subject: Send Latitude and Longitude by module sim908 (FTP server). |
I want to code for send GPS signal by FTP server. But code it doesn't run.
Help me!!
Thanks
Code here is send GPS data to web and send sms(GPS, temperature by DHT11) to phone when have a messenger. ... |
|