Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Error Reporting #232

Closed
jacobson3 opened this issue Nov 21, 2022 · 0 comments · Fixed by #239
Closed

Improve Error Reporting #232

jacobson3 opened this issue Nov 21, 2022 · 0 comments · Fixed by #239
Labels
enhancement New feature or request

Comments

@jacobson3
Copy link
Contributor

The underlying hardware driver seems to report all of its errors as error 403001 with more specific error information given in the error source. An example error is shown below.

error

The way the custom device is currently designed, only error 403001 is reported to the user which basically just means that an error occurred in the 1553 driver. If the hardware driver is only going to throw one error the custom device should at least print the source to console so users can get necessary information for debugging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant