serialTerminal.com icon indicating copy to clipboard operation
serialTerminal.com copied to clipboard

A browser based serial terminal. No plugins. Vanilla javascript.

Results 8 serialTerminal.com issues
Sort by recently updated
recently updated
newest added

It'd be very helpful to be able to send control characters (CTRL+C, BACKSPACE, etc...). I couldn't readily find a way to send raw bytes via the input box. EDIT: (for...

In the source, I see you keep a reference to the writableStreamClosed promise. However, you don't await this promise nor is there any logic to close the writer, reader, and...

I found serialterminal.com though your posting here: https://stackoverflow.com/questions/30114474/communicate-with-the-serial-port-from-client-web-browser In that page, there is some important information, that I think you should add to the readme, namely that "As you can...

Great terminal application. Nice and simple for quick understanding of the Serial Api. When testing with my device which that outputs upto 100K xml text, I quickly ran into problems...

Awesome tool! THANK YOU! FYI I'm able to connect to various devices through microsoft edge (v89). Not surprising, firefox (v87) didn't work.

Do you think it will work with ESP32 webserver? Is it possible to display serial terminal of ESP32? Thanks.

I've got 2 ESP32 devices - one uses RST=> reset (ESP32Cam) and DTR => gpio0, the other doesn't. The ESP32Cam cannot be reached (no output from it gets printed). I've...

Setting data bits to 8 and stop bits to 1 appears to do nothing. There is no save button and when the user navigates away from the advanced settings and...