I usually follow the following wiring scheme for RS422 wiring:
As seen above R+ to T+; R- to T-; T+ to R+ and T- to R-. So for each point to point wire R and T coupled but the signes are same i.e + to + or - to -.
The above wiring scheme was working with different type of converters.
But recently I needed to use this converter hub.
For each port it has the pin assignments as shown:
But when I wired this as RS422 as usual it didn't work I didn't receive or send data through Hyper-terminal. But when I wired it as following it worked:
DB9 port pin -->Instrument pin
pin1 TxD- -----> TxD+
pin2 TxD+ -----> TxD-
pin3 RxD+ -----> RxD-
pin4 RxD- -----> RxD+
pin5 GND to GND
It works as above but this is very different than usual wiring. Im really confused what could be the reason?