digraph G { graph [rankdir = LR, ranksep=2, fontname = "arial"]; edge [arrowhead=none, fontname = "arial"]; node [shape=record, style=rounded, fontname = "arial"]; X1[label="X1 | D-Sub DE-9 | female | {{DCD|RX|TX|DTR|GND|DSR|RTS|CTS|RI} | {1|2|3|4|5|6|7|8|9}} "]; X2[label="X2 | Molex KK 254 6-pin | female | {{1|2|3|4|5|6} | {GND|RX|TX|NC|OUT|IN}}"]; W1[label="W1 | 3x 0,25 mm² shielded | 0.2 m | {{1|2|3|}|{WT|BN|GN|Shield}|{1|2|3|}}}"]; X1:p5 -> W1:w1i; W1:w1o -> X2:p1; X1:p2 -> W1:w2i; W1:w2o -> X2:p3; X1:p3 -> W1:w3i; W1:w3o -> X2:p2; X1:p5 -> W1:wsi; X2:p5:w -> X2:p6:w }