$FUNCNAME$
	COM_TIMEOUT()
$CATEGORY$
  Serial I/O
$SUMMARY$
	Set timeout for all operations in 1/10 seconds.
$LANG_RU$
	     1/10 .
$SYNTAX$
	COM_TIMEOUT(<nComPort>[,<nTimeout>]) --> nOldTimeout
$ARGUMENTS$
	<nComPort> - Designates the number of the port (1 to N).
	<nTimeout> - Designates operation timeout in tenth (1/10) seconds.
$LANG_RU$
	<nComPort> -   ( 1  N).
	<nTimeout> -      1/10 .
$RETURNS$
	Return previous value of operation timeout.
$LANG_RU$
	   .
$DESCRIPTION$
	All read functions may use a timeout mechanism while waiting for
	characters. If this time limit is exceeded the function abort reading.

	The timeout duration is specified by the parameter
	TenthOfSeconds. This value is given as a multiple of a thenth of a
	second.
$LANG_RU$
	       
	 .   ,   .

	    TenthOfSeconds.
	     .
$EXAMPLES$
	COM_OPEN(2)
	COM_TIMEOUT(6000)
$PECULIARITIES$
$LANG_RU$
$PLATFORMS$
   No dependies of platform.
   $LANG_RU$
      
$SEEALSO$
	COM_DTR(),COM_RTS(),COM_SOFT(),COM_HARD(),COM_NUM(),COM_COUNT()
$AUTHOR$
ITK,Paul
$END$
