'------------------------------------------------ ' Example 4: use of TRANSMIT '------------------------------------------------ '$INCLUDE: 'ieeeqb.bi' CALL 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. ' CALL TRANSMIT("REN UNL LISTEN 2 4 5 GET",STATUS%) IF STATUS%<>0 THEN STOP END