/* Example 4: use of TRANSMIT */ #include main() { int status; initialize (21,0); /* Now, send a trigger to three devices at addresses 2,4, and 5, using the LISTEN and GET (group execute trigger) commands. */ transmit ("REN UNL LISTEN 2 4 5 GET",&status); }