Hi,
Is it possible for a datalogger to access an email account, open a message, download an attachment (.CRX) in its memory and update its programming?
Thanks.
The best (and supported) way to download a program is to use Campbell Scientific software or the HTTP API as documented in the CRBasic Help.
There is no canned up way of accomplishing this. EmailRecv does not support downloading attachments.
Potential other methods would include having the datalogger retrieve the program using HTTP or FTP and then using FileManage to start the downloaded program.
Thanks for your reply.