Quote Originally Posted by LinkMTech View Post
...
%00110111 = $37 ' Read function
%00110110 = $36 ' Write function
..
I would have thought:
%00000001 = $37 ' Read function
%00000000 = $36 ' Write function

I don't see in this datasheet where you get the rest.

Robert