From f9d1097a591d48f0b6fa2c8cf86e9f32e85bc259 Mon Sep 17 00:00:00 2001 From: Balint Kovacs Date: Thu, 23 Mar 2017 19:10:09 +0100 Subject: Added an oddball UART trace, taken with an analog oscilloscope. --- uart/from_analog/README | 11 +++++++++++ uart/from_analog/uart_analog_10700_8n2.sr | Bin 0 -> 1618247 bytes 2 files changed, 11 insertions(+) create mode 100644 uart/from_analog/README create mode 100644 uart/from_analog/uart_analog_10700_8n2.sr (limited to 'uart/from_analog') 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 Binary files /dev/null and b/uart/from_analog/uart_analog_10700_8n2.sr differ -- cgit v1.2.3-54-g00ecf