David Young

Results 16 comments of David Young

Hmmm.... Those links make sense to me, but #71 did not appear to fix the issue. Upon further inspection, it seems the example `index.js` was not terminating. Instead it was...

I responded in the PR #75 Agree that this is not a proper fix, but the example is broken currently. Any ideas what is causing the behavior or what a...

Looks like the current implementation (sleep) is causing an issue. Therefore, adding "bug" label for now. The `example-c++` and `example-viewer` are throwing an occasional (read ~10% of the time) error...

Sure thing. We use the 1st transmitted BYTE in a data block to encode both the sync value and a potential error code. Since the sync value is binary, we...

Definitely agree! I have verified that the `IV` command is expected to be consistent across all future firmware revisions, so we are OK to go that route. Implementing the `IV`...

What scheme should we use to determine the compatibility between firmware and libsweep versions? As I see it, we could: 1. Include definitions for `FIRMWARE_VERSION_MAX` and `FIRMWARE_VERSION_MIN` in the cmake...

The `IV` command returns both a firmware version and a protocol version which are updated independently. Both use a `MAJOR.MINOR` scheme. Unfortunately, the `IV` command only uses a single ASCII...

Please try upgrading your firmware to the latest (`v1.4`) and see if the issue persists.

Hmmm. Alright. So the program is hanging sometime after printing "Stopping data capture...". Can you debug the program (or even just add some additional print statements) to tell which call...

Have you ever seen the LED on the face of the device flash red? Can you use the Visualizer desktop application to note the `Rotation Time Dump` and `Error Count...