Other Parts Discussed in Thread: CC3100
Hello,
I want to use the SimpleLink CC3100 as TCP server in acces point mode. The server should send data to a connected client. I always get an (SL_SOC_ERROR) error when sending data from my server to a client (see related thread: https://e2e.ti.com/support/wireless_connectivity/simplelink_wifi_cc31xx_cc32xx/f/968/t/707857)
I already tried some alternatives, and they all work perfectly:
- CC3100 connects to a TCP server as a TCP client and sends data
- CC3100 connects to a UDP server as a UDP client and sends data
- CC3100 is a TCP server and receives data from a TCP client
- CC3100 is a UDP server and receives data from a UDP client
What does not work is:
- CC3100 is a TCP server and sends data to a TCP client
- CC3100 is a UDP server and sends data to a TCP client
I already checked my communication with Wireshark and verified the connection was established correctly, but then no packet is send from CC3100. So the problem is definitively somewhere in the CC3100 driver software or the MCU program. Is this a kown bug or is there a problem with my openTCPServer
() method? For my program code and the detailed error description see my related thread above.
I am very thankful for any answers.
Best regards,
Michel