Hi
I am starting explore GPRS-link, looking a platform for my telemetric system.
Actually I did not process all examples yet, but before I start I would like to ask some question:
1. where is a limitation of SD card size (2GB i suppose), is it possible to increase?
2. Am I correct understand that appi in gprs.h allow to me to send any data to any server? I need my custom connection to custom and wonder if it possible. So I understand that API pack data to frame (described in documentation), so on server side I simply have to unpack, correct?
3. are there available other modems compatible with this platform? I would like to speed up this connection?
4. libs are only in precompiled version, whithout source code?
Best Regards
/Greg
few simple question
-
- Hardware Development
- Posts: 87
- Joined: Fri 10. Sep 2010, 13:11
Re: few simple question
Hello Greg,
1) The MMC lib functions can not work with SDHC cards so the card size is limited to 2GB
2) Yes you simply need to unpack your data from this structure
3) No, there are no other compatible modems
4) You are right. The libs are only delivered precompiled
Best Regards,
Stephan
1) The MMC lib functions can not work with SDHC cards so the card size is limited to 2GB
2) Yes you simply need to unpack your data from this structure
3) No, there are no other compatible modems
4) You are right. The libs are only delivered precompiled
Best Regards,
Stephan