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