You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a **C# WinForms application** that interfaces with **microcontrollers (ESP32, Arduino)** via serial communication. It automates test sequences and includes a Lua-based scripting engine for automated testing.
5
+
6
+
7
+
8
+
## Features
9
+
- 🔌 Serial communication with **customizable baud rate, parity, and handshake settings**.
10
+
- 🔄 **Automated test sequences** that send multiple commands in order.
11
+
- 📝 **Lua scripting engine** to define test logic dynamically.
12
+
- 🖥️ **ESP32/Arduino firmware** for real hardware interaction.
13
+
- 📊 **Logging** of all serial data and execution history.
14
+
15
+
## How to Use
16
+
1.**Connect your device** via USB and select the correct COM port.
17
+
2.**Add test sequences** by entering a test name and adding commands.
18
+
3.**Run test sequences** automatically.
19
+
4.**Use Lua scripting** to write and execute complex test scripts.
0 commit comments