General VSPDL Configuration

General configuration options define the configuration of the VSPDL as a whole. The format for the VSPDL configuration header is as follows ( purple marks default values that will be used if corresponding parameter is omitted):

<!-- **** VIRTUAL SERIAL PORT DRIVER FOR LINUX (VSPDL) CONFIGURATION FILE **** -->

< vspdconfig>

<!-- ==================== GENERAL CONFIGURATION ==================== -->

&lt;!-- Root directory for the daemon --&gt;

&lt;[root dir](vspl_general_root)="directory"\/&gt;



&lt;!-- Path and prefix for device files --&gt;

&lt;[devprefix value](vspl_general_devprefix)="value"\/&gt;



&lt;!-- Host to bind by default --&gt;

&lt;[bind host](vspl_general_bind)="IP\_address"\/&gt;



&lt;!-- Timeout for basic I\/O operations --&gt;

&lt;[timeout](vspl_general_timeout) \[ **exec**="exec\( **100**\)"\] \[ **priority**="priority\( **10**\)"\]\/&gt;



&lt;!-- VSPdaemon event logging configuration --&gt;

\[&lt;[log](vspl_general_log)  **type**="syslog **|**pipe **|**file"  **level**="EMR **|**ALR **|**CRT **|**ERR **|**WRN **|**NTC **|**INF **|**DBG"  **path**="path"\/&gt;\]

...

...

\[&lt;[log](vspl_general_log)  **type**="syslog **|**pipe **|**file"  **level**="EMR **|**ALR **|**CRT **|**ERR **|**WRN **|**NTC **|**INF **|**DBG"  **path**="path"\/&gt;\]

<!-- ======= CONFIGURATION OF INDIVIDUAL VIRTUAL SERIAL PORTS (VSPs) ======= -->

< /vspdconfig>

<!-- **** END OF VIRTUAL SERIAL PORT DRIVER FOR LINUX (VSPDL) CONFIGURATION FILE **** -->