0
Answer

How to Send and Receive Data using SerialPort Class or Component?

Praveen Kumar

Praveen Kumar

2y
849
1

Issue: I am not able to receive the same messageI am using SerialPort** class in .NET 4.6 and .NET Core 3.1 Window Application and Console Application but it is not working.

Note: - At receiver end, I am getting some other chars or symbols from 2nd to last char of sent message.

 

Is anyone have worked on SerialPort or RS232 Communication?