RedPitaya: No data in UART - can't read buffer
问题 I am trying to read out a Sensor on a RedPitaya (running Ubuntu). The sensor (RM08 rotary encoder by RLS) works with the SSI protocol. I connected the Clock wire to a Digital Output Pin and the Data wire to my Uart RX-PIN. What I want my program to do now is: After transmitting the clock-signal by my function "clock_signal()" I expect the sensor sending 8 bits of data to my UART via the RX-Pin. But when reading the RX Buffer with the following Code I only get the message "Again!" which means