Jussi Timperi

Results 32 comments of Jussi Timperi

Looks like you messed up something there. There's extra commits and merge conflicts. You should redo the changes in a clean branch.

Never seen this one. No idea why it can't find the device _before_ reset. Device disconnect after reset is expected. The program sleeps for few seconds and tries to re-attach...

Given that APROM upload works without reset on your device, does it boot LDROM automatically after writing data flash (blank display)?

> Yes, it does boot LDROM. I'm starting to think it's HW version differences. I have 1.06 and it definitely needs the reset command to change to LDROM > Anyway,...

That's weird. Seems like the whole reset command gets written but it's still doing something to raise the USBError. It would raise AssertionError if the whole command is not written....

I'm going to close this one as it refers to the old pyusb days.

In that case, reopening. We can rule out pyusb now.

@netman69 The official updater also sleeps a bit before writing the data flash, that's probably why. If you ever get around debugging cython-hidapi issues I'm interested to hear about it.

I added the hardware version check in cc462c43e9. I'll think about the other changes and see if they would offer some benefit.

@ReservedField put it very well. Most importantly: > TL;DR: I don't own the hardware so I can't code on it. I have nothing against supporting those devices in the SDK,...