Hello All,

In the TCP/IP client/server implementations, servers create NioSocketAcceptors 
to to listen for incoming connections and clients create NioSocketConnector to 
connect with the server.  I have used this architecture using Mina several 
times.

Now, I want to simulate a server on a machine that only has serial 
communication connectivity (RS-232).  The client is TCP/IP.  There is a 
terminal port server in between that converts the serial signals into TCP 
signals and vice-versa.

I can see how to create a Mina client on the machine simulator with 
SerialConnector, but I cannot see how to create a Mina server on the machine 
simulator.  I.e., is there something like a "SerialAcceptor"?  I don't see it 
in the API, so is there another way to create a server on a machine (or PC) 
that only has serial communications, no TCP/IP?

Regards,

Garry Archer
Systems Programmer
Department of Pathology
Yale School of Medicine

Reply via email to