]> sigrok.org Git - sigrok-dumps.git/blame - uart/modbus_rtu/brainchild_io_16do/README
Add a dump from a Modbus IO module
[sigrok-dumps.git] / uart / modbus_rtu / brainchild_io_16do / README
CommitLineData
bfe7c799
BW
1-------------------------------------------------------------------------------
2Brainchild IO-16DO Modbus communication
3-------------------------------------------------------------------------------
4
5This is a dump of Modbus data from a Brainchild IO-16DO module.
6
7It was connected to a PC using a Prolific USB-RS232 converter and a cheap
8Chinese RS232-RS485 converter.
9
10Details:
11http://www.brainchild.com.tw/en/2_1752_41579/product/16_digital_outputs_id147280.html
12
13
14Logic analyzer setup
15--------------------
16
17The logic analyzer used was a Saleae Logic16 clone (at 1MHz).
18
19It was connected on the RS232 line.
20The probes were connected through 10K resistors.
21
22 Probe UART
23 ----------------
24 0 RX
25 1 TX
26
27
28Data
29----
30
31The sigrok command line used was:
32
33 sigrok-cli -C 0,1 -c "samplerate=1 MHz" -d saleae-logic16 -o \
34 brainchild-io-16do.sr --time 300ms
35
36The requests were sent with the included brainchild-io-16do-activity.py script.
37