I have some Computer -> LED Matrix Screens system like this diagram:
---------------------------------------- RS485 (A / TxD- / RxD-)
COMP > | | | | |
SERVER --------------------------------------- RS485 (B / TxD+ / RxD+)
| | | | | | | | | |
LED0 LED1 LED2 LEDn Hijacker
Computer is sending data via the RS485 bus, LED matrix Screens (receivers) act to the RS485 command accordingly.
Now I would like to monitor/observe the raw data transmitting from computer server to my led screens through the wire. and record them into a file or something for debugging purposes.
How do I implement such a hijacker thing. Is it a computer? or oscilloscope? or other hardware? thanks in advance!


