Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Communication between ESP-01 and ATmega328P is only half duplex #4

Open
StevenSlaa opened this issue May 12, 2022 · 0 comments
Open
Labels
firmware issue User has found firmware issues Prototype V1 User is using the Microstorm Prototype V1 board

Comments

@StevenSlaa
Copy link
Member

StevenSlaa commented May 12, 2022

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.

@StevenSlaa StevenSlaa added question Further information is requested Prototype V1 User is using the Microstorm Prototype V1 board firmware issue User has found firmware issues and removed question Further information is requested labels May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
firmware issue User has found firmware issues Prototype V1 User is using the Microstorm Prototype V1 board
Projects
None yet
Development

No branches or pull requests

1 participant