Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

EHS6 Speed Rate of read from FSS to UART | Telit Cinterion IoT Developer Community

March 5, 2018 - 4:53pm, 2898 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?