Skip to content

Commit 1720db0

Browse files
authored
README.md
1 parent 804062c commit 1720db0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,11 @@ This project is a **C# WinForms application** that interfaces with **microcontro
99
- 🔌 Serial communication with **customizable baud rate, parity, and handshake settings**.
1010
- 🔄 **Automated test sequences** that send multiple commands in order.
1111
- 📝 **Lua scripting engine** to define test logic dynamically.
12-
- 🖥️ **ESP32/Arduino firmware** for real hardware interaction.
12+
- 🖥️ **ESP32/Arduino firmware** for hardware interaction.
1313
- 📊 **Logging** of all serial data and execution history.
1414

1515
## How to Use
1616
1. **Connect your device** via USB and select the correct COM port.
1717
2. **Add test sequences** by entering a test name and adding commands.
1818
3. **Run test sequences** automatically.
1919
4. **Use Lua scripting** to write and execute complex test scripts.
20-
21-
## Installation
22-
1. Clone this repository:
23-
```sh
24-
git clone https://github.com/YOUR_GITHUB_USERNAME/Automated-Test-Bench-for-Embedded-Systems.git

0 commit comments

Comments
 (0)