]> sigrok.org Git - sigrok-dumps.git/blame - uart/trekstor_ebr30_a/README
uart: Add some flow control (RTS#) examples.
[sigrok-dumps.git] / uart / trekstor_ebr30_a / README
CommitLineData
b1c3bd9b
UH
1-------------------------------------------------------------------------------
2TrekStor eBook Reader 3.0 UART
3-------------------------------------------------------------------------------
4
5This is an example capture of the serial (UART) bootloader/firmware output on
6a TrekStor eBook Reader 3.0 EBR30-a (Weltbild + Hugendubel Edition).
7
8For details on the device see:
9
10 http://randomprojects.org/wiki/TrekStor_eBook_Reader_3.0_EBR30-a_(Weltbild_%2B_Hugendubel_Edition)
11
12The firmware sends the debug output at 115200 baud, with 8n1 settings.
13
14
15Logic analyzer setup
16--------------------
17
47cd3c8f 18The logic analyzer used was a ChronoVu LA8 (at 1MHz):
b1c3bd9b
UH
19
20 Probe EBR30-a
21 -------------------
22 1 (orange) TX
b1c3bd9b
UH
23
24
25Data
26----
27
28The sigrok command line used was:
29
30 sigrok-cli -d 0:samplerate=1mhz --samples 8388608 \
31 -p '1-8,2=TX' --wait-trigger --triggers 2=1 \
32 -o trekstor_ebr30_a_uart.sr
33
34The capturing starts when the TX signal is high for the first time (it's low
35before the device is powered-on). We capture as many samples as fit into the
368MByte buffer of the logic analyzer.
37
38The capture does not contain the complete bootloader/firmware output.
39
40For the full log see:
41
42 http://randomprojects.org/wiki/TrekStor_eBook_Reader_3.0_EBR30-a_%28Weltbild_%2B_Hugendubel_Edition%29#UART
43