0
Answer

How to get rdc client serial port name in c# windows app?

Ask a question
Can I get some suggestion how to get serial port names of remote desktop client using serial port class in c#. Currently I am using SerialPort.GetPortNames() method (but it only showing local computer port name) and Select * From Win32_SerialPort query to get windows object collection.
My application is on another system which we use by Remote Desktop and we are plugging our device on the RDC client.
 
What do I need to get rdc client serial port in c# windows application.

I have also done port redirection when taking Remote connection. But my application is not able to get serial port names.
 
 
Regards