The Bitrek Web Terminal is a web application designed for UART communications.
It provides a user-friendly interface to interact with UART devices through a web browser.
This project allows you to send and receive data seamlessly.
To set up the Bitrek Web Terminal, clone this repository:
git clone https://github.com/Bitrek-Video/bitrek_web_terminal
cd bitrek_web_terminal
To launch it, you must install a web server (such as Apache or Nginx) and configure it to use HTTPS, for example, with Let's Encrypt. This requirement is outlined in the Chrome Serial API standard.
Latest Chrome recommended. Chrome version 89 is minimum with bugs and limitations.
HTTPS required for web server because Chrome does not allow to connect to serial port without SSL.
Copy web
folder to your web server such as Apache or Nginx.
You can play with the Bitrek Web Terminal here without any instalation.
Development version avaiable here.
Contributions are welcome! Please fork this repository and submit a pull request for any improvements or fixes.
This project is licensed under the MIT License. See the LICENSE file for details.