summaryrefslogtreecommitdiff
path: root/uart/maxim_max3232e
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-12-11 23:05:34 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2014-12-28 16:05:25 +0100
commitbe8e3cff4193f331c2963ed713023ba677c6047d (patch)
tree4de927483527296237aa3285b58ad418a4c591c5 /uart/maxim_max3232e
parent226c5e95c1fb325986da23a545beecd5d5ae6344 (diff)
downloadsigrok-dumps-be8e3cff4193f331c2963ed713023ba677c6047d.tar.gz
sigrok-dumps-be8e3cff4193f331c2963ed713023ba677c6047d.zip
uart: Add a Maxim MAX3232E dump (inverted signals).
Diffstat (limited to 'uart/maxim_max3232e')
-rw-r--r--uart/maxim_max3232e/README30
-rw-r--r--uart/maxim_max3232e/max3232e_hello_world_57600_8n1.srbin0 -> 12742 bytes
2 files changed, 30 insertions, 0 deletions
diff --git a/uart/maxim_max3232e/README b/uart/maxim_max3232e/README
new file mode 100644
index 0000000..7c6a219
--- /dev/null
+++ b/uart/maxim_max3232e/README
@@ -0,0 +1,30 @@
+-------------------------------------------------------------------------------
+Maxim MAX3232E
+-------------------------------------------------------------------------------
+
+This is a set of example captures of the serial (UART) data going over
+a Maxim MAX3232E RS232 transceiver.
+
+The communication happens at 57600 baud, 8n1.
+
+Details:
+http://www.maximintegrated.com/en/products/interface/transceivers/MAX3232E.html
+
+
+Logic analyzer setup
+--------------------
+
+The logic analyzer used was an IKALOGIC ScanaPLUS (at 100MHz):
+
+ Probe UART
+ ----------------
+ 2 (red) MAX3232E DOUT1
+ 3 (orange) MAX3232E DIN1
+
+
+Data
+----
+
+The text "Hello world\r\n" is transmitted multiple times (DIN1 and DOUT1
+logic levels are inverted, but they both have the same data).
+
diff --git a/uart/maxim_max3232e/max3232e_hello_world_57600_8n1.sr b/uart/maxim_max3232e/max3232e_hello_world_57600_8n1.sr
new file mode 100644
index 0000000..52e47b3
--- /dev/null
+++ b/uart/maxim_max3232e/max3232e_hello_world_57600_8n1.sr
Binary files differ