-
Notifications
You must be signed in to change notification settings - Fork 199
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
MSO5202 #302
Comments
openhantek is unmaintained at the moment - but you can try it on your own. |
Thanks. I have tried to add (by inheritance from DSOModel class), but the software can't connect to my device. #pragma once
#include "dsomodel.h"
class HantekDsoControl;
using namespace Hantek;
struct ModelMSO5202D : public DSOModel {
static const int ID = 0x505a;
ModelMSO5202D();
void applyRequirements(HantekDsoControl* dsoControl) const override;
}; |
Hi to all. I added the MSO5202D to the list of supported models: static std::list supportedModels = Unfortunately that doesn't help much, because the firmware extraction tool does not find the firmware in the windows drivers for the MSO5202D: BFD: hex/MSO5000D_Driver/dstusbamd64.sys: Warning: Ignoring section flag IMAGE_SCN_MEM_NOT_PAGED in section .text For now the model is shown on startup, but then an error message is displayed because of the missing firmware files. It would be great if someone can give a hint of how to overcome the missing firmware files? |
Maybe contacting Hantek will help to get the firmware? And look at this:
https://gitmemory.com/issue/OpenHantek/openhantek/253/475871060 |
I already tried to get in touch with the HANTEK service people to get a current firmware update file for the MSO5202D. There is no link for current firmware versions for this device on the HANTEK homepage. The reason to contact the HANTEK service was that I'm having an annoying boot error message that says that the device was not properly shut down. My idea was to fix this by a clean firmware update on the newly purchased and absolutely unmodified scope. So I asked the HANKTEK support for a current firmware file, but the response was less than zero, also no response in the eediscuss.com forum for weeks. Maybe the MSO5202D is already end of life, so no further updates will be available for this model. But I found a firmware file MSO5202D_Firmware(3.2.35).zip from 2016 elsewhere in the internet. But unfortunately the gpg decyption is not working with the default password '111111', qpg complains about a wrong passphrase. |
Yes, I've noticed this too.
Strange, but I haven't any errors. So, my firmware is different?
I've mailed them too, but they didn't response.
But they sell this model even on the official site and on the Russian site too.
You can try to write directly to user Amy in the forum, he's Hantek employee and he must to know password and has firmwares. |
@artiomn Regarding the firmware version: |
My firmware version is older: 3.2.35 (151208.0). I've written them too. But they took a vacation: Chinese New Year. |
Okay, let's see if we get some response... |
I have same 3.2.35, but it was built in December 2014. And it looks like there are no updated firmware for this model. |
Yes I also think the latest "version" is 3.2.35, build on the given date, e.g. 190514. I believe the date is checked when trying to update the device. But the question is, will the firmware include the necessary files to start openhantek for a MSO5202? And maybe the firmware files must fit to the current version on the scope ;-) |
Is it possible to add support for the MSO5202?
The text was updated successfully, but these errors were encountered: