Hello,
i'm trying to make a direct connection between a computer and Arduino using a ethernet cross-over cable where Arduino is supposed to be the master and the computer is supposed to be the client
on the arduino-side of the connection:
Dim Server As EthernetServerSocket
Server.Initialize(ServerPort, "NewConnection")
Server.Listen
My problem is the computer side of the connection: (B4J)
Socket1.Connect(IPaddress,TCPport,Timeout)
What should i use as IPaddress???
i'm trying to make a direct connection between a computer and Arduino using a ethernet cross-over cable where Arduino is supposed to be the master and the computer is supposed to be the client
on the arduino-side of the connection:
Dim Server As EthernetServerSocket
Server.Initialize(ServerPort, "NewConnection")
Server.Listen
My problem is the computer side of the connection: (B4J)
Socket1.Connect(IPaddress,TCPport,Timeout)
What should i use as IPaddress???