summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalint Kovacs <dratini0@gmail.com>2017-03-23 19:10:09 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2017-03-23 19:18:49 +0100
commitf9d1097a591d48f0b6fa2c8cf86e9f32e85bc259 (patch)
treed8f0ec74edd7cd3b3e9219660dbe3386b6940dea
parent6d35cd592b03dc6b5413aaab8fb845543f975623 (diff)
downloadsigrok-dumps-f9d1097a591d48f0b6fa2c8cf86e9f32e85bc259.tar.gz
sigrok-dumps-f9d1097a591d48f0b6fa2c8cf86e9f32e85bc259.zip
Added an oddball UART trace, taken with an analog oscilloscope.
-rw-r--r--uart/from_analog/README11
-rw-r--r--uart/from_analog/uart_analog_10700_8n2.srbin0 -> 1618247 bytes
2 files changed, 11 insertions, 0 deletions
diff --git a/uart/from_analog/README b/uart/from_analog/README
new file mode 100644
index 0000000..8d11d29
--- /dev/null
+++ b/uart/from_analog/README
@@ -0,0 +1,11 @@
+uart_analog_10700_8n2.sr:
+
+This was captured from an ATMega328p running at 1Mz from the internal
+oscillator, with a DDR0 of 5.
+
+The device used to capture this was a Hantek 6022BE, with an 8MHz sample rate,
+single channel.
+
+The ATMega was programmed to output bytes between 0x1C and 0x20, separated by
+null bytes.
+
diff --git a/uart/from_analog/uart_analog_10700_8n2.sr b/uart/from_analog/uart_analog_10700_8n2.sr
new file mode 100644
index 0000000..d8250eb
--- /dev/null
+++ b/uart/from_analog/uart_analog_10700_8n2.sr
Binary files differ