Other Parts Discussed in Thread: CC3200, UNIFLASH
I received the CC3200 LAUNCHXL board then tried the tcp_socket example in the CC3200 SDK. I connect CC3200 and my computer to my wireless router. Then configured CC3200 as TCP client and made it connect to the TCP server on my computer. CC3200 then started sending TCP packets to the TCP server. I added a delay of about 0.4 second between every packet and changed the packet length to 140. Then I used Wireshark to monitor the received TCP packet on my computer. I noticed Wireshark showed that there are TCP packet loss/retransmission frequently. I also replaced my wireless router with another TP-Link enterprise level wireless router and there were still TCP packet loss/retransmission observed.
I also tried connecting my computer to the wireless router with the Ethernet cable directly. But still observed packet loss.
I also tried using 2 computers connected to my wireless router and use TCP debug tool to transmit TCP packets between the 2 computers. There was almost no packet loss. Seems the wireless router works fine.
Just wonder have you encountered similar issue before? What the root cause for that?