These questions refer to an EZIO8SA. What sensor data is returned when the Cmd2 = 0x00, 0x01, 0x02 and 0x04? Is it from an output, digital input, analog input or 1-Wire?
Also, how do you read the value of the analog inputs?
Analog channels can be read by peeking at locations 0x4c an 0x4d (10 bits) for An1 and 0x4e and 0x4f for An2. The 1-Wire data is at location 0x50. The read sensor always reads the 1-wire data (8 bits). See the Advance Detals and Command Set document.