Forum Discussion
sstrell
Super Contributor
3 years ago1) I don't know how to space out writes, but for reads, you can use the monitor service type and specify how often you want to perform a read. For writes, maybe you could just do a dummy read between writes to space them out.
2) For rreg2, you specified the number of 16-bit reads to perform (1). For rreg, you didn't, so the command won't work.
You also need to be using claim_service after opening the master service path.