I'm using two wires to communicate between devices. First wire is a clock, second is a data bit. Logic is simple: master device (AVR ATMega in my case) sets a value on the data pin, then raise "1" on the clock pin. After that, slave device (ATtiny) reads that bit and waits for the next rising edge.
To be sure that I'm sending the correct bits from the master to the slave, I've connected an oscilloscope to the clock and data lines. Please see a snapshot (yellow is a clock, red is a data):

As you can see, there are eight raising edges of the clock. Also pulse width is different, it can't be less than 1ms, but there is no max limit: clock may keep "0" or "1" for seconds, minutes or even hours.
This sequence send "1, 1, 0, 1, 0, 0, 1, 0" or 0xD2. So my question is: How can I configure my oscilloscope to get this bits/byte?
I'm aware that I can capture RAW voltage information, but in my case there only two voltage levels: 0V and +5V. It would be awesome to capture only edge changes info.
P.S. My oscilloscope is Instrustar ISDS205A