<d1b2>
<chille0417> @azonenberg Too handle multiple devices of the same model at the same time, would you say the best option would be to run multiple instances of the bridging software?
<d1b2>
<david.rysk> Honestly if we need to pull in a lub Iād be looking at this instead of libserialport https://github.com/wjwwood/serial
Degi_ has joined #scopehal
Degi has quit [Ping timeout: 276 seconds]
Degi_ is now known as Degi
<d1b2>
<azonenberg> if you're going the bridge route, yes
<d1b2>
<azonenberg> one bridge = one instrument makes sense, as it allows a lot of flexibility for e.g. multiple ngscopeclient sessions doing different things
<d1b2>
<jescombe> Hi, have just rebuilt from latest master, and seeing a regression with the data from my Siglent SDS800X HD. Am just testing with the calibration output here, 10k sample depth at 10Ms/s. Looks like it has the expected amount of correct data, followed by the same amount of garbage?
<d1b2>
<azonenberg> @jescombe yeah equal length data + garbage implies you are trying to read 16 bit data and getting 8 bit data back from the scope
<d1b2>
<azonenberg> There was a commit a few days ago that changed the rate limiting settings
<d1b2>
<azonenberg> Maybe that was too optimistic and needs to be increased or rolled back entirely
<d1b2>
<azonenberg> @fredzo_72653 your updated version of the xptools PR still pulls in libserialport despite using the native windows APIs
<d1b2>
<azonenberg> that should be redundant, right?
<d1b2>
<fredzo_72653> Oh yeah, forgot that one ! Let me fix that.
<d1b2>
<fredzo_72653> Don't think this one was merged to upstream, was it ? But yeah that what I thought at first...
<d1b2>
<fredzo_72653> Should be good now: https://github.com/ngscopeclient/xptools/pull/27 So you where right, it was not that much trouble to use native Windows API š and that's one less dependency !
<d1b2>
<chille0417> Not right now. So far I haven't done more than some research on how to do it.
<d1b2>
<fredzo_72653> OK, I do have a RD6006 and was thinking maybe I would give it a try, I'll let you know what comes out of it.
<d1b2>
<chille0417> Okay, cool, then we are at least three people in here having a RD* š
<d1b2>
<chille0417> I'm writing a bridge between scopehal and a Hantek 365B DMM. It has this weird relative mode. You can take a measurement, press the button to save the value, and then take another measurement that will be relative to the first value. I'm thinking about leaving this functionality out of the bridge. To me this sounds more like something thah should be done in ngscopeclient rather than on the hardware. What do you guys think?
<d1b2>
<chille0417> I can see that this would be a useful function on a handheld DMM, just like the tare button on scale. But I don't understand why they have put this function into a USB DMM.
<d1b2>
<azonenberg> My R&S meters have this feature, the intended purpose is to null out any frontend offset or something i think
<d1b2>
<azonenberg> But yeah i think it makes more sense to build into scopehal as a filter chain instead of the driver
<d1b2>
<azonenberg> @fredzo_72653 what's with the LogError "twingo" in the latest PR