EHS6 Speed Rate of read from FSS to UART | Telit Cinterion IoT Developer Community
March 5, 2018 - 4:53pm, 2730 views
I need to save a file from FSS of the module to the memory of my embedded system, It's a file of about 2MB, currently to do that I use AT commands, in details after opening of the file, I use:
AT^SFSA="seek",0,..
AT^SFSA="read",0,1500
Sniffing the UARTs, I saw a 300ms delay on each read operations, this delay sometimes increase drastically and with this delay and the limit on the buffer size a simply copy of 2MB it takes 5-6 minutes.
Is there any other methods in order to access to a file on FFS?
Hello,
Indeed it might take some time as you have to call an AT command for each 1500 bytes.
You could probably use OBEX protocol which is used by MES tool.
Regards,
Bartłomiej
Thank you, is there any documentation or example of that protocol on EHS6?
Hi,
Please have a look:
MES: https://iot-developer.thalesgroup.com/faq/how-load-files-module
Flash write (Java): https://iot-developer.thalesgroup.com/faq/how-load-files-module
Best regards,
Antero
Antero Markkula
Communication and Mechatronics
Enkom Active Oy – www.enkom-active.fi
Upseerinkatu 3 A, 02600 Espoo, Finland
Mobile: +358 400 411368
Office: +358 10 204 0000
Fax: +358 10 204 0010
E-mail: antero.markkula@enkom-active.fi
Hi,
Have you try with at^sjdl command to tranfer the file from your operating system to the FFS?
example
AT^SJDL=1,1870,"JRC-1.50.11.jad"
Tranfer the file to the FFS called JRC-1.50.11.jad, this file has a byte size of 1870 Bytes
Regards
ALopez
Somewhere over the rainbow!!! Looking for the Oz Land!!!