In regards to your Serial Tools Pro.
My plan with your product is to use your product to intercept data going through a comm port. I have an application that connects to a piece of hardware via a com port. Using your product I am pointing this application to a virtual port, capturing the data sent and then forwarding it to the piece of hardware. In a sense just monitoring the data going through the port for right now. I am having some problems accomplishing this task.
I am working with packets of various sizes. How does your vport.Buffersize work when it is set to zero?
I also have timeout constraints that need to be met on both sides. How is your onDataFromPort event handler being called? At the end of a timeout? At the end of the buffersize?
If i wanted to recieve one byte at a time on the vport how would I accomplish this? Just set the buffersize to 1?
Also is there a way to set the Baudrate for the virtual port? A way to detect what it is at?
I am using C# VS 2008