Hi there,
I'm using the Netduino Plus 2 to intercept some tcp messages on port 9100, and it seems to work, at least most of the times when connected with the debugger.
A simple test can be done by using a browser with the following url: http://ip_address:9100
I'm using a blocking tcp socket, and the socket.accept() hangs until a request is sent - which should be fine.
This mostly works when connected with the debugger, but some times nothing is being accepted. When trying without the debugger connected, it never works.
A static ip is being used, and dhcp is turned of.
Anyone with any ideas?
Martin