Jump to content
  • 0

Changing voltage level on Analog Discovery Pro ADP3450


Nikola

Question

Hello, 

I am using Analog Discovery Pro ADP3450 and I need to change voltage level on digital output from 3.3V on 1.8V. I am able to this in WaveForms software, but I can't find API in SDK dll. Can anybody help me ? 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

Hi @Nikola

Use FDwfParamSet(DwfParamDigitalVoltage, 1.8) before device open or FDwfDeviceParamSet(hdwf, DwfParamDigitalVoltage, 1.8) to adjust after software connection or the obsolete FDwfAnalogIOSet(hdwf, 0, 0, 1.8)

image.png

 

image.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...