I have an Arduino Due+ioshield that I want them to run as a TCP Client.
I need some Server in my Laptop (Windows 7 Professional) to Test my Arduino Code (Connecting, showing received packets from Arduino, sending packets..)
I have tried with AX1: I was able to connect, but I have problems when sending a data packet from the client, it gives an error an it is turn off
I have tried with Telnet: I run services.msc, I initialice telnet, but in cmd, when I write telnet it is not recognized command
I have tried putty as Telent, no luck, "No connecting"
So, I really need some help to find a free and simple server to run on my PC, or even some step by step guide to be able to configure Telnet or putty (I have followed some, and by the moment no luck neither in telnet nor with putty)
Thanks