Communication between ESP-01 and ATmega328P is only half duplex #4
Labels
firmware issue
User has found firmware issues
Prototype V1
User is using the Microstorm Prototype V1 board
This is half true. There are different libraries for enabling a software UART connection. The most common is the SoftwareSerial Library. This library is fairly old and not efficient and only allows half duplex communication. A better library exits this is AltSoftSerial Library. This is a drop-in replacement and works way better and most importantly enables full duplex.
The text was updated successfully, but these errors were encountered: