Terminal for serial ports and TCP / UDP connections with JavaScript
The cross-platform VT100 terminal emulator for serial ports and TCP / UDP connections has a simple, uncluttered interface that can be extended with JavaScript.
...For schematics of how to connect to your MCU/MPU, see http://www.robots-everywhere.com/re_wiki/pub/web/Cookbook.AudioSerial.html
To add this library to your webpage, include this.
<script src='https://audioserial.sourceforge.io/serial-1.0.js'></script> or
<script src='http://audioserial.sourceforge.io/serial-1.0.js'></script>
To see a working demo, click here.
http://audioserial.sourceforge.io/serialdemo.html