A RS-485 network consists of one master(micro server with RxTx) and 2 slave devices. One of slave device is actual device and another is simulator of previously mentioned device.
The simulator is made by not using RxTx and running on micro server. It reads /dev/ttySx by FileInput/OutputStream after set some options using stty command. And it behaves as if there is a number of devices.
The master requests slave to get some data in order cyclically.
The problem is that the master's unable to get data from actual device when running with simulator although the simulator does nothing when actual device's turn.