Atom.PutProp[$Simul2Sender, $PKList,
LIST[
$Init,
$StartStop,
$ReceiveAll,
LIST[$Wait, C[300]], -- for waiting for DBus initialization
LIST[$IOWriteRqst,
Q[[ 0, 0, regAd, aidR ]],-- register
Q[[ 0, 0, 0, 13H ]]], -- data
$WaitMsgSent,
$WaitMsgReceived, -- echo of above $IOWriteRqst
$WaitReply, -- *************************************
LIST[$IOReadRqst,
Q[[ 0, 0, regAd, aidR ]]],-- register
$WaitMsgSent,
$WaitMsgReceived, -- echo of above $IOWriteRqst
$WaitReply, -- *************************************
LIST[$WaitIOReadRplyandCheck,
-- a RBRply occurs.
Q[[ 0, 0, regAd, aidR ]], -- address
Q[[ 0, 0, 0, 13H ]]], -- data
$Nop,
LIST[$Jump, $Nop]
]];