You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: