dioSync
(Library)
Synchronizes with an external device (such as a sequencer) connected to DIO.
dioSync (<Data receive permission signal number>, <Data receive finish signal number>)
This statement is the standard procedure used to synchronize with an external device (such as a sequencer) connected to DIO.
CALL dioSync(220,221)
|
'Synchronizes with the connected external device
'by assigning a data receive permission signal and
'data receive finish signal to IO220 and IO221,
'respectively.
|