Here I connected the scope.
This is how this code looks:
My scope (Hantek DSO2D10) Has I2C decode function, but I can't get it running properly.

Code:
mainloop:


   For B0 = 0 To 15 step 2  
     I2CREAD DPIN,CPIN,$A0,B0,X  
     lcdout $fe, $1, dec b0, " ", dec X 
     pause 1000
   Next B0


Goto mainloop
Name:  i2c.jpg
Views: 15335
Size:  107.0 KB