Web Serial Terminal
  • Console
  • PlotGraph
Select Baudrate:

Web Serial Terminal

This is a web serial terminal with the same functionality as the arduino serial monitor and serial plotter.

Usage

  1. Select "Console" or "PlotGraph" from the menu bar at the top.
  2. Select Baudrate at the top right.
  3. Push Connect Button and Select serial port.
  4. Enjoy Web Serial Terminal!

Data format

Console displays the received character string as it is.PlotGraph will display the numbers on the graph if it receives newline separated numbers.

            
                int data = analogRead(AD_INPUT);
                Serial.println(data);
            
        

Console

A console that uses the Web Serial API. Press the Connect button to connect to the serial port. The baud rate can be selected in the upper right part.

PlotGraph

A PlotGraph that uses the Web Serial API.

canvas要素をサポートしていません。
@2022 wiccidu.jp All rights reserved. github