You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Putting my hand up to do some development on this as discussed on fedi. I have a Hantek 6254BC USB scope to develop against, other Hantek scopes could be added as hardware becomes available using a similar development approach.
Hantek supplies a SDK which provides headers against a set of Windows DLLs. Initial analysis of these DLLs suggests that functions are a thin wrapper around direct IOCTL communication with the Windows device driver. Quick support could be implemented using vendor blobs only on Windows, and cross-platform support could be implemented by observing USB traffic in a controlled manner and implementing a driver based on the observed behaviour.
As discussed, I will take a similar approach to the PicoScope.
No description provided.
The text was updated successfully, but these errors were encountered: