Hello Guys,
Good Day..
I have this trivial question to ask, we are developing programs that interacts with machines.
According to the vendor, machine is opening server socket that we can poll to ask for machine parameters. The socket is a VB(Visual Basic) socket.
My question is, is it possible for me to develop a client socket written in
java that could communicate with the VB socket? Since I know what port is opened on the machine, I was thinking if I could create a client socket that listens to that port also.
I am familiar with creating a VB client socket, but I want to explore the possibility of doing it, the java way.
Thanks..