I am using a sensor that has SPI interface. The sensor is such that you send several bytes of commands and then continuously send 0xFF until it responds with some byte. Then you need to continue sending 0xFF to read the data it sends back.
The thing is, if I call SPI.WriteRead to send the command, then follow with more SPI.WriteRead, the SCL stops clocking between the calls and the sensor resets to command wait mode.
Is there a way to accomplish this? Or is this something I need to drop down to RLP to handle rather than from .Net MF?
Thanks
Hiroo