Le 3/28/14 8:56 PM, Archer, Garry a écrit : > 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?
We haven't implemented such a class. That would be interesting to have one... -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
