Increase bulk timeout in SX driver to support older SXV-M25C #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This increases the bulk timeout in the SX driver so that the older SXV-M25C is able to download a unbinned image from the camera. This older model is slower than the SXVR-M25C and takes 14 seconds to transfer. The older timeout was 10 seconds, this PR changes it to 20 seconds.
Link below is discussion on the issue.
https://indilib.org/forum/ccds-dslrs/5767-failure-to-take-exposure-with-starlight-sxvr-m25c.html
It gets identified as the new SXVR-M25C because it has the same USB id. It appears to work fine that way except for the timeout.