ayushsharma82 / WebSerial

A remote terminal library for wireless microcontrollers to log, monitor or debug your firmware/product
https://webserial.pro
GNU Affero General Public License v3.0
461 stars 108 forks source link

How to keep receiving webserial data in Python ? #33

Closed rkuo2000 closed 2 years ago

rkuo2000 commented 2 years ago

Hi, Great work of providing webserial for ESP32 & ESP8266. But how to keep receiving webserial output data in python ? Websocket example ? Richard

rkuo2000 commented 2 years ago

I figured it out. Here's my sample code: esp32_webserial.py