@@ -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/ ) .
19192 . Select the correct baud rate from the options.
20203 . 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