GSM_AT_commands_parser
GSM_AT_commands_parser copied to clipboard
Overflowing memory
Hi Tilen,
My problem is when i want to list all SMS( I have 3 long SMS in my sim), I have an overflowing memory and the attribute of the GSM struct are modified.
Best Regards, Saif.
Means sms is not in ascii format. There is nothing I cam do. Sms length is max 160 bytes and zero at the end.
i mean if you can do a security allocation memory for the GSM struct
Everything I can easily do is to use malloc for addiitional allocation but the there is need for upgraded function because user has to clear memory after use.