B
Brad Markisohn
Does the compact framework serial API support overlapped IO? I need to
handle both synchronous and asynchronous data and I would prefer to use a
polling scheme to make my data retrieval life easier, but I can't allow the
system to hang waiting for a read to complete. I've had problems in the
past killing a thread in the middle of a blocking read. I'm using the
OpenNetCF Serial IO code which does supply an interrupt event, but that
complicates my parsing life. Any suggestions?
TIA
Brad
handle both synchronous and asynchronous data and I would prefer to use a
polling scheme to make my data retrieval life easier, but I can't allow the
system to hang waiting for a read to complete. I've had problems in the
past killing a thread in the middle of a blocking read. I'm using the
OpenNetCF Serial IO code which does supply an interrupt event, but that
complicates my parsing life. Any suggestions?
TIA
Brad