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? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -