SerialPort class and timeout

  • Thread starter Thread starter SteM
  • Start date Start date
S

SteM

Hi all,
i'm in a trouble handling timeouts of the SerialPort class.
If I set timeouts (<>0) what i have to expect? An error? A call to
DataReceived routine? A call to Error routine?

What is the initial moment when the timeout count starts? When i open the
port? When I send data? Delay between chars?

What is the 'real' minimum timeout the code is able to handle? What about 5
ms??

Thanks!
 
SteM said:
Hi all,
i'm in a trouble handling timeouts of the SerialPort class.
If I set timeouts (<>0) what i have to expect? An error? A call to
DataReceived routine? A call to Error routine?

What is the initial moment when the timeout count starts? When i
open the port? When I send data? Delay between chars?

What is the 'real' minimum timeout the code is able to handle? What
about 5 ms??

A good question that fits very well into one of the m.p.d.framework.*
groups - unless you need a VB code sample, but it doesn't look as if.


Armin
 
Yes, I understand.
I posted here cause i'm developing under vb.net but the questions are
related on a more general argument.
 
SteM said:
Yes, I understand.
I posted here cause i'm developing under vb.net but the questions
are related on a more general argument.

:-) I'll link your message for everyone who does not understand. ;-)


Armin
 
Back
Top