We have a C# application that runs correctly. If I press the stop on the debugger while it is capturing data the next time I start the program I get the error "A/D is not responding." (DeadAdDev). The workaround to fix it is to disable the device from the Windows device manager, enable it again, and start working fine.
Is there a way in C# through the API to reset the device and work around the situation in case I get this error? I can disable/enable de device from C# but it requires admin privileges.
Question
Federico Rossi
Hello,
We have a C# application that runs correctly. If I press the stop on the debugger while it is capturing data the next time I start the program I get the error "A/D is not responding." (DeadAdDev). The workaround to fix it is to disable the device from the Windows device manager, enable it again, and start working fine.
Is there a way in C# through the API to reset the device and work around the situation in case I get this error? I can disable/enable de device from C# but it requires admin privileges.
Thank you
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now