This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DAC8571: Output DAC can't change

Part Number: DAC8571

Hallo

I am working with DAC8571 with Raspberry PI, I am trying to change the output that starts from 500mV, 1V, 1.5V, and 2.5V

but the output is not changed, the output is still 1.25V.  I am using Python programme, my program like this

1. Start signal

2. send DAC address

3. send control byte

4. MSB and LBS for DAC output

DAC_ADDR = 0x4C

DAC_REGISTER = 0x10

DAC_VOUT = 0x1999

bus.write_word_data(DAC_ADDR, DAC_REGISTER, DAC_VOUT)

please help me