Hello all,
I have a WindowsXPe system that I am currently working on, where the
serial port has a jitter of approximately 50ms. I'd like to be able
to
get the jitter down to less than 10ms; but I suspect that this may
not
be possible using WindowsXPe. The delay is not important; only the
jitter. The language used is C#.
Is there anyone out there that can confirm my suspicions?
The function call is " WriteFile(hPort, _tosend, (uint)writeCount,
out sent, ptrUWO) ",
which as far as I can see it is a funtion in kernel32.dll.
My thanks in advance.