Highly responsive serial port
- From: "Arkej" <NOSPAMrobert.krt@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 4 Aug 2008 15:19:59 +0200
Hello,
before I dive into the world of kernel mode drivers I'd like to know:
My problem consists of reading from a serial COM port as fluent as
possible(real-time like). It looks like it is not doable in user mode. If
due to scheduling of threads my reader thread doesn't get enough time I have
a delay of read on the input. Let's say I have to process data coming every
30ms and then reply in 20ms. If my reader only reads the input buffer after
50ms I'm too late to reply but I don't know it.
1. Would a driver(in kernel mode) have enough priority to process such
requests in time?
2. Is there any other way in user mode to assure constant read of serial
port?
Thanks
Robert
.
- Follow-Ups:
- Re: Highly responsive serial port
- From: Louis
- Re: Highly responsive serial port
- From: Pavel A.
- Re: Highly responsive serial port
- From: David Craig
- Re: Highly responsive serial port
- Prev by Date: Re: File Monitor
- Next by Date: Re: Highly responsive serial port
- Previous by thread: File Monitor
- Next by thread: Re: Highly responsive serial port
- Index(es):
Relevant Pages
|
Loading