C# serial port data received event handler is being triggered twice -


i receiving 6 bytes array data in c# visual studio 2010 windows forms applications using data received event handler.

but when try show data on form label shows repetition of 6 byte data when need 6 bytes.

can please tell me how serial port received event works?


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -