Hi Mark,
yes I understand that the master should do the 'pool'. Now, I would like to get back some byts in the same 'master poll' sequence. Like in the xm128a1_spi_MASTER.bas example.
Exrtract:
[code:1:9d0390b5be]'send to slave:
Print #12, Spi_send_byte
Print #1, "print this to uart"
'read from slave
input #12, Spi_receive_byte
Print #1, "print received byte"
[/code:1:9d0390b5be]
BR
Andrej
↧