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

Multiple port monitoring support #14

Open
the-this-pointer opened this issue Jul 19, 2023 · 3 comments
Open

Multiple port monitoring support #14

the-this-pointer opened this issue Jul 19, 2023 · 3 comments

Comments

@the-this-pointer
Copy link

the-this-pointer commented Jul 19, 2023

Is there any planning to add multi-port monitoring support to the project?
I know that it is difficult and requires hard work to add such feature including concurrency and performance issues, but currently when I use the tool to monitor two serial ports at the same time, the second one terminates with an error on the CreateFileW.

@maoyidui
Copy link

maoyidui commented Jun 9, 2024

Same doubts and looking forward to hearing from you,thanks

@the-this-pointer
Copy link
Author

I edited the source code to get multiple ports in the parameters list (instead of one parameter of port that is in the parameters list already.)
and at the driver layer you just need to use some for loops, I don't know if this is the correct way, but it seems to work with no problem.
At the moment I don't have access to the edited source code, but I will post the diff here asap.

@Patronics
Copy link

@the-this-pointer do you have access to the source code for those adjustments yet? They might be useful for others too

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

3 participants