clSerialClose
Top  Previous  Next

clSerialClose ()

Use this function to close the currently open camera-link serial device.

Parameters
 
None  
 
Error flags
 
ERR_OK  
 
The flag set if successful.  
 
ERR_FAILED  
 
The flag set if failed.  
 
ERR_NOTFOUND  
 
No open port found.  

Remark
 
To open and configure a serial port, use clSerialOpen.  
 
Example
 
clSerialOpen (1,"19200,N,8,1")  
clSerialWrite("Serial port test")  
clSerialClose()