I hope I am making sense.
I'm not a novice but I am getting stumped a little. I need to force a single byte out a COM port when I want to. Even if I turn off the fifo, XP still seems to send the byte when it wants to, not when I tell it to. Yes, I have flushed the buffer, but it still gets sent at some random time in the future. My real question is can I write a flexible COM device driver with the DDK? Will it allow me to "revert" back to a point that I can write my own ISR so I can force a byte out the COM port when I want it to???
Tim Moody
PS I use C++ and Visual Studio .NET 2003 on an XPPro box
I'm not a novice but I am getting stumped a little. I need to force a single byte out a COM port when I want to. Even if I turn off the fifo, XP still seems to send the byte when it wants to, not when I tell it to. Yes, I have flushed the buffer, but it still gets sent at some random time in the future. My real question is can I write a flexible COM device driver with the DDK? Will it allow me to "revert" back to a point that I can write my own ISR so I can force a byte out the COM port when I want it to???
Tim Moody
PS I use C++ and Visual Studio .NET 2003 on an XPPro box