Search found 1 match

by chatchaiCC
Sat Nov 20, 2021 2:22 pm
Forum: ESP32 boards
Topic: I want to open led on board ESP32 by GUI python
Replies: 0
Views: 1081

I want to open led on board ESP32 by GUI python

i have gui code i want to click gui print("On") led on bord on data sent usb port :?: :?: :?: #Python import serial import time # Define the serial port and baud rate. ser = serial.Serial('COM14', 9600) def led_on_off(): user_input = input("\n Type on / off / quit : ") if user_input =="on": print("L...