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 ==================== -->
<!-- Root directory for the daemon -->
<[root dir](vspl_general_root)="directory"\/>
<!-- Path and prefix for device files -->
<[devprefix value](vspl_general_devprefix)="value"\/>
<!-- Host to bind by default -->
<[bind host](vspl_general_bind)="IP\_address"\/>
<!-- Timeout for basic I\/O operations -->
<[timeout](vspl_general_timeout) \[ **exec**="exec\( **100**\)"\] \[ **priority**="priority\( **10**\)"\]\/>
<!-- VSPdaemon event logging configuration -->
\[<[log](vspl_general_log) **type**="syslog **|**pipe **|**file" **level**="EMR **|**ALR **|**CRT **|**ERR **|**WRN **|**NTC **|**INF **|**DBG" **path**="path"\/>\]
...
...
\[<[log](vspl_general_log) **type**="syslog **|**pipe **|**file" **level**="EMR **|**ALR **|**CRT **|**ERR **|**WRN **|**NTC **|**INF **|**DBG" **path**="path"\/>\]
<!-- ======= CONFIGURATION OF INDIVIDUAL VIRTUAL SERIAL PORTS (VSPs) ======= -->
< /vspdconfig>
<!-- **** END OF VIRTUAL SERIAL PORT DRIVER FOR LINUX (VSPDL) CONFIGURATION FILE **** -->