Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.18 KB

File metadata and controls

34 lines (30 loc) · 1.18 KB

SerialConsole

A web tool for communicating with serial devices via browser.

Key Features

  • Simple and clean GUI.
  • Full screen with auto scroll.
  • Connect and Disconnect buttons.
  • Send Button - Send commands to the serial devices.
  • Clear Button - Clears the console.
  • Access last command by up and down arrows.

OS Support

  • Windows 10
  • Windows 11
  • Kali Linux

Supported Browsers

  • Google Chrome
  • Chromium
  • Microsoft Edge

Install and Run

  1. Open the website by click here.
  2. Click on Connect button.
    • It ask in the alert pop-up to choose the device want to connect.
    • Select the device from it.
    • Click on Connect in the pop-up.
    • If it shows Connected at 115200! Go On! means we successfully connected to the device.
    • It converted into Disconnect button to disconnect the device.
  3. Type the command that supported by device and press Enter key or click on Send button.
  4. If want to clear the console then click on Clear button.
  5. Click on Disconnect button.
    • If it shows Disonnected! means we successfully disconnected from the device.
    • It converted into Connect button to connect the device.