Skip to content

Commit 8b666ac

Browse files
authored
Update README.md
1 parent ee96416 commit 8b666ac

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,26 @@ A web tool for communicating with serial devices via browser.
66
- Full screen with auto scroll.
77
- Different Baud Rates with Connect and Disconnect buttons.
88
- Send Button - Send commands to the serial devices.
9-
- Clear Button - Clear all from console.
10-
- Command History Button - Save command history on the system for future use.
9+
- Clear Button - Clears the console.
10+
- Command History Button - Save command history on the system in `.txt` for future use.
1111

1212
# OS Support
1313
- Windows 10
1414
- Windows 11
1515
- Kali Linux
1616

1717
# Install and Run
18-
1. Open the website by click [here]().
18+
1. Open the website by click [here](https://wirebits.github.io/SerialConsole/).
1919
2. Select the correct baud rate from the options.
2020
3. Click on `Connect` button.
21-
4. Click on `Copy` button to copy the aduino HID script to the clipboard.
22-
5. Paste the code in the Arduino IDE.
23-
6. Compile the code.
24-
7. Select correct board and port.
25-
8. Upload the code.
26-
9. Done!
21+
- It ask in the alert pop-up to choose the device want to connect.
22+
- Select the device from it.
23+
- Click on `Connect` in the pop-up.
24+
- If it shows `Connected! Go On!` means we successfully connected to the device.
25+
- It converted into `Disconnect` button to disconnect the device.
26+
4. Type the command that supported by device and press Enter key or click on `Send` button.
27+
5. If want to clear the console then click on `Clear` button.
28+
6. If want to get all commands used in the particular session, click on `Command History` button to dowload all logs.
29+
7. Click on `Disconnect` button.
30+
- If it shows `Disonnected!` means we successfully disconnected from the device.
31+
- It converted into `Connect` button to connect the device.

0 commit comments

Comments
 (0)