Open a SOCKET Session
SOCKET_open(id,adress,port)
id is an integer. This is the number of your socket session.
This is the IP adress as a character string of the device you want to connect with.
This is an integer. It is the port you want to connect with.
This function open a new socket session. If the session has been opened before, the former session is closed.