Tag: UART
-
USB to TTL Converter RS232 with Fake Prolific PL2303 – how to install on Windows 10?
There are a lot of cheap Chinese imitations of “USB to TTL Konverter Arduino RS232 3,3V 5V PL2303 UART Adapter Seriell Converter“ that carry fake Prolific PL2303 Chips and show up in Windows 10 as a USB Device with Error 10. To use these devices an old Windows 7 Driver is needed that can be…
-
GitHub – igrr/esptool-ck: The ESP8266/ESP32 build helper tool by Christian Klippel
Esptool is a tool to create firmware files for the ESP8266/ESP32 chips and flash the firmware to the chip over serial port. Esptool runs on Windows, Linux and Mac OS X. Esptool reads the compiled program in ELF format, extracts code and data sections, and either dumps a section to a file or assembles the…