Hi I want to send some command to my device which is connected via serial port. How to send it?
For example i found this on google search but for me it\'s useless.>
I appended "\r\n" in string and call Write() method and it works for me. For Example,
serial.Write("abcd\r\n");