From 37b5193ae56f60ee5413d0cc0b6f56a7a8f3e7f2 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 14 Dec 2019 00:16:55 +0100 Subject: uart: Add a few error cases (EMC-induced glitches). --- uart/errors/ampel64_4800_8n1_frame_errors.sr | Bin 0 -> 585 bytes uart/errors/ampel64_4800_8n1_ok.sr | Bin 0 -> 585 bytes uart/errors/ampel64_4800_8n2_ok.sr | Bin 0 -> 590 bytes uart/errors/glitch_0x0a.sr | Bin 0 -> 473 bytes uart/errors/glitch_0x20.sr | Bin 0 -> 470 bytes uart/errors/glitch_0x20_2.sr | Bin 0 -> 470 bytes uart/errors/glitch_0x30.sr | Bin 0 -> 471 bytes uart/errors/glitch_0x43.sr | Bin 0 -> 473 bytes uart/errors/glitch_0x43_2.sr | Bin 0 -> 474 bytes uart/errors/glitch_0x45.sr | Bin 0 -> 477 bytes uart/errors/glitch_0x45_2.sr | Bin 0 -> 474 bytes uart/errors/glitch_0x45_3.sr | Bin 0 -> 475 bytes uart/errors/glitch_0x48.sr | Bin 0 -> 473 bytes uart/errors/glitch_0x49.sr | Bin 0 -> 475 bytes uart/errors/glitch_0x4c.sr | Bin 0 -> 472 bytes uart/errors/glitch_0x4f.sr | Bin 0 -> 474 bytes uart/errors/glitch_0x4f_0x4b_0x0a.sr | Bin 0 -> 486 bytes uart/errors/glitch_0x4f_2.sr | Bin 0 -> 474 bytes uart/errors/glitch_0x53.sr | Bin 0 -> 476 bytes 19 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 uart/errors/ampel64_4800_8n1_frame_errors.sr create mode 100644 uart/errors/ampel64_4800_8n1_ok.sr create mode 100644 uart/errors/ampel64_4800_8n2_ok.sr create mode 100644 uart/errors/glitch_0x0a.sr create mode 100644 uart/errors/glitch_0x20.sr create mode 100644 uart/errors/glitch_0x20_2.sr create mode 100644 uart/errors/glitch_0x30.sr create mode 100644 uart/errors/glitch_0x43.sr create mode 100644 uart/errors/glitch_0x43_2.sr create mode 100644 uart/errors/glitch_0x45.sr create mode 100644 uart/errors/glitch_0x45_2.sr create mode 100644 uart/errors/glitch_0x45_3.sr create mode 100644 uart/errors/glitch_0x48.sr create mode 100644 uart/errors/glitch_0x49.sr create mode 100644 uart/errors/glitch_0x4c.sr create mode 100644 uart/errors/glitch_0x4f.sr create mode 100644 uart/errors/glitch_0x4f_0x4b_0x0a.sr create mode 100644 uart/errors/glitch_0x4f_2.sr create mode 100644 uart/errors/glitch_0x53.sr (limited to 'uart') diff --git a/uart/errors/ampel64_4800_8n1_frame_errors.sr b/uart/errors/ampel64_4800_8n1_frame_errors.sr new file mode 100644 index 0000000..0cf3914 Binary files /dev/null and b/uart/errors/ampel64_4800_8n1_frame_errors.sr differ diff --git a/uart/errors/ampel64_4800_8n1_ok.sr b/uart/errors/ampel64_4800_8n1_ok.sr new file mode 100644 index 0000000..7195269 Binary files /dev/null and b/uart/errors/ampel64_4800_8n1_ok.sr differ diff --git a/uart/errors/ampel64_4800_8n2_ok.sr b/uart/errors/ampel64_4800_8n2_ok.sr new file mode 100644 index 0000000..0e3217e Binary files /dev/null and b/uart/errors/ampel64_4800_8n2_ok.sr differ diff --git a/uart/errors/glitch_0x0a.sr b/uart/errors/glitch_0x0a.sr new file mode 100644 index 0000000..3660e95 Binary files /dev/null and b/uart/errors/glitch_0x0a.sr differ diff --git a/uart/errors/glitch_0x20.sr b/uart/errors/glitch_0x20.sr new file mode 100644 index 0000000..59d28bd Binary files /dev/null and b/uart/errors/glitch_0x20.sr differ diff --git a/uart/errors/glitch_0x20_2.sr b/uart/errors/glitch_0x20_2.sr new file mode 100644 index 0000000..c2b2898 Binary files /dev/null and b/uart/errors/glitch_0x20_2.sr differ diff --git a/uart/errors/glitch_0x30.sr b/uart/errors/glitch_0x30.sr new file mode 100644 index 0000000..50851a9 Binary files /dev/null and b/uart/errors/glitch_0x30.sr differ diff --git a/uart/errors/glitch_0x43.sr b/uart/errors/glitch_0x43.sr new file mode 100644 index 0000000..d3516ad Binary files /dev/null and b/uart/errors/glitch_0x43.sr differ diff --git a/uart/errors/glitch_0x43_2.sr b/uart/errors/glitch_0x43_2.sr new file mode 100644 index 0000000..de0c171 Binary files /dev/null and b/uart/errors/glitch_0x43_2.sr differ diff --git a/uart/errors/glitch_0x45.sr b/uart/errors/glitch_0x45.sr new file mode 100644 index 0000000..5b6d794 Binary files /dev/null and b/uart/errors/glitch_0x45.sr differ diff --git a/uart/errors/glitch_0x45_2.sr b/uart/errors/glitch_0x45_2.sr new file mode 100644 index 0000000..814affe Binary files /dev/null and b/uart/errors/glitch_0x45_2.sr differ diff --git a/uart/errors/glitch_0x45_3.sr b/uart/errors/glitch_0x45_3.sr new file mode 100644 index 0000000..fae99a4 Binary files /dev/null and b/uart/errors/glitch_0x45_3.sr differ diff --git a/uart/errors/glitch_0x48.sr b/uart/errors/glitch_0x48.sr new file mode 100644 index 0000000..fa4bb74 Binary files /dev/null and b/uart/errors/glitch_0x48.sr differ diff --git a/uart/errors/glitch_0x49.sr b/uart/errors/glitch_0x49.sr new file mode 100644 index 0000000..0ff79e9 Binary files /dev/null and b/uart/errors/glitch_0x49.sr differ diff --git a/uart/errors/glitch_0x4c.sr b/uart/errors/glitch_0x4c.sr new file mode 100644 index 0000000..2e0e361 Binary files /dev/null and b/uart/errors/glitch_0x4c.sr differ diff --git a/uart/errors/glitch_0x4f.sr b/uart/errors/glitch_0x4f.sr new file mode 100644 index 0000000..ee9c8ca Binary files /dev/null and b/uart/errors/glitch_0x4f.sr differ diff --git a/uart/errors/glitch_0x4f_0x4b_0x0a.sr b/uart/errors/glitch_0x4f_0x4b_0x0a.sr new file mode 100644 index 0000000..9a65421 Binary files /dev/null and b/uart/errors/glitch_0x4f_0x4b_0x0a.sr differ diff --git a/uart/errors/glitch_0x4f_2.sr b/uart/errors/glitch_0x4f_2.sr new file mode 100644 index 0000000..789a7c0 Binary files /dev/null and b/uart/errors/glitch_0x4f_2.sr differ diff --git a/uart/errors/glitch_0x53.sr b/uart/errors/glitch_0x53.sr new file mode 100644 index 0000000..0b1912c Binary files /dev/null and b/uart/errors/glitch_0x53.sr differ -- cgit v1.2.3-54-g00ecf