I am stuck with below mentioned problem.
- Application 1(c#) on machine is communicating with device1 over physical serial port (RS232).Application 1 sends the command and device 1 sends the response over serial port. 2.I want to read the response from device in another application2 (in c#) at the same time when application 1 is listening on serial port.
Application 1 is already implemented in c# and i need to create application 2 in c#.
Please let me know how I can read the response from device in application 2 over same serial port.
Thank you so much in advance :)