jayanth.devarayanadurga
Banned
- Joined
- Dec 4, 2012
- Messages
- 4,280
- Helped
- 822
- Reputation
- 1,654
- Reaction score
- 791
- Trophy points
- 1,393
- Location
- Bangalore, India
- Activity points
- 0
Can I use SIM300 GSM/GPRS modem to send data from my PIC board to server. I need to send .txt or .csv files. Is there any limit for file size for sending over GPRS? My circuit is a GPRM datalogger. It logs data from 6 sensors and when data is requested by sending SMS the SIM300 should send the file to ftp server or in any other way so that I can viwe the data as a webpage. There will be 6 such dataloggers and I also need to store data locally using SD card. When data (history) is requested then particular .txt or .csv file has to be sent so that it can be viewed as a webpage. Data is logged to SD card only if an even occurs. There will be also option to to send SMS and control some digital output ports. I use mikroC PRO PIC compiler.
Also provide AT command sequence for transfering files through SIM300 GPRS. Should I read the responses of modem during each step of the file transfer?
Also provide AT command sequence for transfering files through SIM300 GPRS. Should I read the responses of modem during each step of the file transfer?