Ethernet Interface
Topic last updated
03 Oct 2012, by
Phil Chambers.
1 reply
ArthurHucksake
#
02 Oct 2012
Hello all,
I am trying to write a simple test program that uses the Ethernet Interface.
I have written a simple server application (running on a Windows PC) and have the mbed connected to my home network.
sock.connect("192.168.001.005", 55555) works fine, but I want to be able to connect using the computers network name (which is "Upstairs").
when I try: sock.connect("Upstairs", 55555) it fails to connect.
Any help or suggestions would be greatly appreciated.
Regards,
Arthur
Replies
ArthurHucksake
#
03 Oct 2012
I have re-posted this in a more suitable thread, so please ignore the above post.
Please log in to post a reply.
Hello all,
I am trying to write a simple test program that uses the Ethernet Interface.
I have written a simple server application (running on a Windows PC) and have the mbed connected to my home network.
sock.connect("192.168.001.005", 55555) works fine, but I want to be able to connect using the computers network name (which is "Upstairs").
when I try: sock.connect("Upstairs", 55555) it fails to connect.
Any help or suggestions would be greatly appreciated.
Regards,
Arthur