hi
I recently installed MQX 4.0.2 for my kinetis k70.
So far I have used MQX 4.0
Unfortunately I'm experiencing an anomaly for the library RTCS.
In my project I connect as a client to a remote server(AMAZON) using sockets.
Until now, I never had problems, but on some connections made with different modem, I can not connect via "connect".
I was able to verify that the hardware is working, by installing MQX 4.0.
Not being an expert on networks, I wonder if there were any configurations to be done.
thanks
解決済! 解決策の投稿を見る。
Hi Maurizio,
Please replace your tcp_send.c with the attached update and let me know if this resolved your connection issue.
The file should go in folder location:
Freescale_MQX_4_0_2\rtcs\source\tcpip
Regards,
David
Just adding info the fix is released with Freescale MQX 4.0.2.2 patch
Hi,
This helped me too!
Thanks.
Christophe
Hi David
Thanks.
now it works.
Maurizio