alzomor
Advanced Member level 2
serial port overlapped vs non overlapped
Hi
I am using the Serial port to read data from an external device.
I don't know when data arrives.
I need the read operation to continue even after recieving becuse the external device send data as bursts distrebuted in time
What's better for such operation
1-non overlapped operation
2-Multithreded nonoverlapped operation
3-Overlapped operation
Salam
Hossam Alzomor
www.i-g.org
Added after 1 minutes:
and why?
Hi
I am using the Serial port to read data from an external device.
I don't know when data arrives.
I need the read operation to continue even after recieving becuse the external device send data as bursts distrebuted in time
What's better for such operation
1-non overlapped operation
2-Multithreded nonoverlapped operation
3-Overlapped operation
Salam
Hossam Alzomor
www.i-g.org
Added after 1 minutes:
and why?