I'm working on a C# serial connection. I'm talking to a device that's running embedded C. I have an event handler that handles incoming data. However, even though I'm being sent several bytes, my event handler only handles the first two. I assume that the the rest of the code is being processed, but shouldn't the event handler supercede any other
activity?
I tried a loop terminated by the index of the last expected byte, but its like it just never sees anything else.

Thanks in advance for any and all help.

--
Message posted via [url]http://www.dotnetmonster.com[/url]