-
Notifications
You must be signed in to change notification settings - Fork 200
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
Can't connect DSO2D15 #337
Comments
Please check #277! |
Do you mean that there is no support and since there is no maintainer, the case related to openhantek is closed? |
Who should work on this issue? You could do what I did. Some years ago I bought a Hantek 6022BE because it had linux support by openhantek. When the maintainer stopped his support I forked my project OpenHantek6022, removed all other HW related code (because I cannot develop for HW that is not available at my desk) and implemented the changes I wanted to have. |
Could I ask you for a little help? I've never programmed or developed code or implemented, but I don't think it's very difficult either. A short time ago I started arduino projects with my son, and I have read that there are programs that modify windows dll's to be used in devices that do not have linux drivers. If I could do it, once the path was done, I would repeat it for the power supply and for the bench multimeter. I have done tests with Bottles and with Wine, and I almost had to reinstall openSUSE because it had so many changes that I couldn't start the pc. |
Try connecting USB of your device "AFTER" starting the application for auto detection. I've had issue getting my 6022BE deteccted on windows machine but after a few attempts of "plugging and unplugging" the applications was able to auto detect my device. |
There are two types of windows driver, the 1st type just associates an USB device with a low level driver, that allows the HW access while the 2nd type implements the API and does the real communication. On a Linux machine you typically allow the access with |
I have installed OpenHantek following the steps from GitHub, libraries and so on, but when I open the program it cannot connect to the oscilloscope because it is not one of the ones listed in the program. I have tried the unsupported tab and it does detect it but it returns the error that it is not implemented.
The text was updated successfully, but these errors were encountered: