I want to make a serial communication between esp32 and computer with micropython code, I want to send command from esp32 to computer and the computer execute the command in cmd, e.g( “ls” command)
I think we need a UART communication via rx and tx.
I searched a lot in many sites but I couldn’t find anything useful.
please help me and give me the micropython code.