WebSerial icon indicating copy to clipboard operation
WebSerial copied to clipboard

Remote Serial monitor for ESP8266 & ESP32

Results 42 WebSerial issues
Sort by recently updated
recently updated
newest added

I want to embed WebSerial in my ui webpage without having to display it in WebSerial's webpage, how do I do that?

Hi, from some weeks already, I cannot compile anymore my own software which was working well 1 month ago. Even the simple demo version here cannot be compile anymore. Seems...

how is it possible to change the serial interface to port2 or 3 at ESP32. Keyword hardware serial

When I try to compile my project, I get the below following error: > .pio\libdeps\esp01_1m_debug\WebSerial\src\WebSerial.cpp:18:17: error: 'DEBUG_WEB_SERIAL' was not declared in this scope; did you mean 'DEBUG_GENERIC'? I've tracked it...

Hi, do you have any plans to include printf ? Or is there a trick to avoid having to replace the many printf statements I already have in my code...

Hey, is it possible to resize the Serial window longer than 8 lines. I can see in the code where it is limited to 8 lines, but am uncertain how...

First of all - love WebSerial, it's extremely useful! I did stumble upon a very nasty bug, wonder if it's just me or it's a legit one: I accidentally discovered...

request a new method "onConnect()" that can accept a char * or const char * which will output a c-string or string literal when users connect to /webserial

enhancement

If I try to use the library with Wifimanager I get error: previous declaration 'httpmethod http_any' enum httpmethod { http_any, http_get, http_head, http_post, http_put, http_patch, http_delete, http_options }; There is...

When I try to compile the example, I get this error: `In file included from /home/mark/Arduino/libraries/WebSerial/src/WebSerial.h:20:0, from /home/mark/Arduino/libraries/WebSerial/examples/Demo/Demo.ino:19: /home/mark/Arduino/libraries/WebSerial/src/webserial_webpage.h:1915:1: error: scalar object 'WEBSERIAL_HTML' requires one element in initializer }; ^...