devcom_coll
Purpose:
- 
Use synchronous communication support for devices, handling initialization, event waiting, and command processing.
 
Enter:
- 
devcom_coll <priority> <specfile_name> <done_eventname> <config_eventname> [debug]
 
Where:
- 
priority
Specify the real-time priority.
specfile_name
Specify the specification filename for the device.
done_eventname
Specify the done_event name for done notifications.
config_eventname
Specify the configuration event name.
debug
Optional. Specify to use debug mode.
 
Example:
- 
devcom_coll 15 /specs/AVL483.spec mydone_event myconfig_event &
 
Notes:
- 
This task is usually spawned by gp_test and runs in the background to handle device communications. The launch from gp_test provides all of the arguments including the specfile_name that was supplied in @DEVCOM keyword of the test procedure.