I am looking at passing ~8Meg data files created with an embedded controller through the RV50x. In the past, we have used cell modems with UBlox and Telit chipsets that provide extended AT commands to perform ftp file transfers. Data is passed in binary format over a UART serial interface (TTL, RS232, RS422, etc.). Reviewing the RV50x documentation there are no extended AT commands to perform ftp but there are some ALEOS functions that support ftp but I do not see how to move this type of data into the modem for access to the ALEOS. Has anyone implemented anything similar and indicate if this is possible? If so, provide what the general concept would be? Our general process for other cell modems is:
- Establish cell services
- perform AT#FTPOPEN ftpserver and credentials
- Peform AT#FTPPUT filenameToCreate
- Stream file data
- Exit PUT (+++ or something similar)
6.AT# FTPCLOSE - close cell connection
Thanks,
Sean