Why can't my AVR microcontroller running Zephyr connect to a remote server using TCP?
hey guys, I'm trying to send log data to a remote server using TCP on my AVR microcontroller running Zephyr. Despite setting up the network interface and writing the TCP client code, I can't establish a connection to the server.
so far I have configured the network interface in prj.conf, and also implemented the TCP client to connect and send data.
Code Snippet:
The TCP client fails to establish a connection to the server. What could be causing this issue? If successful, I expect to see the log data sent to the remote server. @Middleware & OS
1 Reply
Is the server at IP address "192.168.1.100" and port "12345" accessible and actively listening for incoming connections?