Si_gettimeouts, Si_setbaudrate, Si_gettimeouts -6 – INFICON MDC-260 Thin Film Deposition Controller User Manual
Page 144: Si_setbaudrate -6

MDC-260 DEPOSITION CONTROLLER
COMPUTER INTERFACE
11-6
SI_GetTimeouts
Description:
Returns the current read and write timeouts.
Prototype:
SI_STATUS SI_GetTimeouts (LPDWORD
ReadTimeout, LPDWORD WriteTimeout)
Parameters:
1.
ReadTimeout – SI_Read operation timeout (in milliseconds).
2.
WriteTimeout – SI_Write operation timeout (in milliseconds).
Return Value:
SI_STATUS
=
SI_SUCCESS (0x00) or
SI_INVALID_PARAMETER
(0x06)
SI_SetBaudRate
Description:
Sets the BAUD Rate at which your operating system will
communicate with the MDC-260.
NOTE:
The MDC-260 communicates at 128,000 bits/second
(BAUD rate).
Prototype:
SI_STATUS SI_SetBaudRate (HANDLE Handle,
DWORD dwBaudRate)
Parameters:
1.
Handle – Handle to the MDC-260 as returned by SI_Open.
2.
dwBaudRate – A DWORD value specifying the BAUD rate to
set.
Return Value:
SI_STATUS
=
SI_SUCCESS (0x00) or
SI_INVALID_BAUDRATE (0x09) or
SI_INVALID_HANDLE
(0x01)