How will this asynch function work with loops? I have a bunch of read locations and addresses in an array that I'd like to read sequentially, but it does not seem to operate well within a For loop as I had intended. The values are only sporadically read, although the MRX does not register any error.
In other words, if I have an array of IP addresses, read addresses, and write addresses, what is the best way to process them? I realize that transactional overhead my result in doing this in blocks, but I will still be performing the same basic operations.
Thanks,
C