Hello,
I am new to XML.
I am working on a project of a packet sniffer, and I have a set of messeges with specific structures (which is actually the data in these IP packets).
I thought that defining these messeges struct in XML, will make my code more generic.
Can you refer me maybe to an...
Hello,
I would like your advise regarding a design issue in c#.
I am working on a project which is like a sniffer (using winpcap dll), in which I expect in the API , some known messegas (about 25 messeges) , which means that their structure is known , all messages are no more then 20 bytes...
Hi again,
Thanks for the reply.
The problem is that I miss some of the bytes I should read, when I do "heavy things" in the main window.
"heavy things" could be just moving the main window very rapidly.
Therefore, my guess is that somehow the thread which is responsible for the GUI, is getting...
Hello,
I am using an instance of the SerialPort class in .Net 2.0.
I have noticed that on opening the SerialPort, a new Thread is created in priority Normal. I thought that maybe if I change its priority to highest, it might solve my problem, but I do not know how to do it.
Regards,
David
Hello,
I have made a simple program in c# which consists of a serialPort and a GUI. the serialPort interface with the GUI is only through BeginInvoke method.
The problem: I have noticed that the applications works very well as long as I do not move the main window too fast , which means that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.