From 9b7e7a255ad678ed9469281f1245d69e1672409d Mon Sep 17 00:00:00 2001 From: byun Date: Wed, 3 Dec 2025 08:52:27 +0000 Subject: [PATCH] Add aa-serial_terminal.h --- aa-serial_terminal.h | 784 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 784 insertions(+) create mode 100644 aa-serial_terminal.h diff --git a/aa-serial_terminal.h b/aa-serial_terminal.h new file mode 100644 index 0000000..354f287 --- /dev/null +++ b/aa-serial_terminal.h @@ -0,0 +1,784 @@ +#ifndef SERIAL_TERMINAL_H +#define SERIAL_TERMINAL_H + +const char serial_terminal_html[] PROGMEM = R"rawliteral( + + + + + + Serial Terminal - Byun CAN Logger + + + +
+
+

πŸ“Ÿ Serial Terminal

+

RS232/UART Communication Interface with Real-time Logging

+
+ + + +
+ +
+
+
πŸ“₯ RECEIVED
+
0
+
+
+
πŸ“€ TRANSMITTED
+
0
+
+
+
πŸ’Ύ LOG SIZE
+
0 KB
+
+
+
πŸ“¦ QUEUE
+
0%
+
+
+ +
+ ℹ️ Info: Configure serial port settings below. Data will appear in real-time in the terminal window. + All received (RX) and transmitted (TX) data is timestamped. +
+ + +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+ + +
+ + + +
+ + +
+ + + + +
+ + +
+
+
+ + Serial Terminal Ready +
+
+ Lines: 0 +
+
+
+
+ Waiting for data... +
+
+
+ + +
+
+
+
+ + + + +)rawliteral"; + +#endif