Write data to serial register?

Is it possible to write data from one controller to a serial register in another controller directly?

1 Reply

  • No. You can read serial registers as direct IO references but outputs require local module in same controller.

    Place module in controller with serial outputs and read inputs from other controller.

    Andre Dicaire