Skip to content

Commit

Permalink
uart: Add a Maxim MAX3232E dump (inverted signals).
Browse files Browse the repository at this point in the history
  • Loading branch information
uwehermann committed Dec 28, 2014
1 parent 226c5e9 commit be8e3cf
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions uart/maxim_max3232e/README
Original file line number Diff line number Diff line change
@@ -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).

Binary file not shown.

0 comments on commit be8e3cf

Please sign in to comment.