List of serial connection optionsΒΆ
There are several options for serial communication with the ESP32. Here are the tested ones:
- JavaScript with the Web Serial API as used in the Photobooth Application
- Python with the
pyseriallibrary as used in the Photobooth Application
Other options include:
- JavaScript in p5.js with the p5.serialport library
- Scratch with ScratchSerialExtension
- Godot Engine with the Godot Serial Plugin
Feel free to explore these options and choose the one that best fits your project needs!