Channel)  to  “1”  will  produce  a  High  Z  output;  and  the  rest  “0”.   
Therefore,  the  binary  data  in  the  three  channels  should  be  shown  as 
below: 
D0: 11 00 11 00 11 00 11 00 11 00 11 00 11 00 11 00 11 00 11 00 11 00 11 
00 11 00 11 00 11 00 11 00 11 00 11 00 11 00 11 00 11 00 
D1: 11 11 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
01 11 10 00 01 11 10 00 01 11 10 00 01 11 10 00 00 01 11 
D2: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 11 10 00 
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 11 10 00 
 
In the user space, each data has 16 bits (D15~D0). The first data bits of D2, D1, 
D0 are: 0, 1, 1, so the first data should be “0003”, and the other data are shown 
below: 
 
00000000        0003      0003      0002      0002      0003      0001 
0000000C        0000      0000      0001      0001      0000      0000 
00000018        0001      0001      0000      0000      0001      0001 
00000024        0004      0004      0005      0005      0000      0000 
00000030        0001      0001      0000      0000      0001      0001 
0000003C        0000      0000      0001      0001      0000      0000 
00000048        0001      0001      0000      0000      0001      0001 
00000054        0000      0000      0001      0001      0000      0002 
00000060        0003      0003      0002      0000      0001      0001 
0000006C        0000      0002      0003      0003      0002      0000 
00000078        0001      0001      0000      0002      0003      0003 
00000084        0002      0000      0001      0001      0000      0002 
00000090        0003      0003      0002      0000      0001      0005 
0000009C        0004      0004      0005      0003      0002      0002 
 
Judging from above, the total data length is 168 Bytes. The Generator will output 
the edited data  the  same way  as  the  default configuration of IIC  protocol. Users 
can adjust the output rate as needed.