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

Allow bi-directorional I/O ports to be used for reading and writing simultaneously. #5

Open
hor63 opened this issue May 2, 2024 · 0 comments

Comments

@hor63
Copy link
Owner

hor63 commented May 2, 2024

PortBase has only one mutex devHandleMutex which would block a writing thread while another one is waiting for reading data.
Reading and writing must be de-coupled.

@hor63 hor63 changed the title Allow bißdirectorional I/O ports to be used for reading and writing simultaneously. Allow bi-directorional I/O ports to be used for reading and writing simultaneously. May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant