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

Full duplex communications #12

Open
Jdo300 opened this issue Apr 4, 2022 · 0 comments
Open

Full duplex communications #12

Jdo300 opened this issue Apr 4, 2022 · 0 comments

Comments

@Jdo300
Copy link

Jdo300 commented Apr 4, 2022

I'm not sure if this is a bug or not, but I am using scenario #1 where I have a program communicating with a hardware serial device and I want to clone the hardware port so I can both monitor and communicate with the hardware device along with the program I wrote.

So far, I followed the instructions to create a ttyS1mux, attached it to my ttyS1 hardware port, and then created two fake ports, ttyS1fake0 and ttyS0fake1. My question is should I be able to do full-duplex communications between all three connections? I found that I could send serial data through either of the fake ports to the real port, but for some reason, data sent through the real port doesn't arrive to either of the fake ports. Is this by design or is there a way to get bidirectional communications?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant