I want to connect an instrument ( which has RS-232 port ) to a Computer Ethernet port through an Ethernet to RS-232/485 Converter. In past I had successfully made many GUI with Java-2 swing to interface instruments via serial ports (COM-1, COM-2 etc.). This time I am interested to do the same thing but through TCP/IP port programming in Java-2 application. ...