Needs advice
Hi all,
I need to listen to serial ports when devices get plugins to start communication from it. I am using .NET Core 3.1, and the web app will be self-hosted. I was thinking of implementing the Observable pattern when a device gets a plug into a port. I currently have code as TimedHostedService to iterate through all the ports on an interval using the Timer object. Not sure what the best approach will be, as the UI needs to be aware of available ports.
0 views0
Comments