PickedItMate

Results 9 comments of PickedItMate

Thanks Andy, I'll see if i can grab examples from some community friends and wilp report back asap

> True, I probably thought this wouldn't make sense with gamecarts, I really should fix it Yes please do, for example the mario odyssey speed running community often need to...

If you have a greatfet it's trivial to just flash the hex using pogo pins. No need to have the bootloader unless you really want it

That's very common, especially when forgetting to set setmodeIDLE() at the end of scripts.

I'm getting a similar error with this too. Windows 10 C:\Users\User>gf logic -p testSigrokCapture.sr Sampling 8 channels at 17 MHz. Press Ctrl+C to stop reading data from device. Traceback (most...

Kev, I've just uninstalled and reinstalled from source and it's working great on Kali on the pi. My steps were to remove old traces from my previous install sudo pip...

Did you issue a setmodeIDLE() at the end of your work? I get this a lot when using some script suites like rfcrack

It IS preventable in code. The generally acceptable way in code is using exceptions and making sure you set the YS1 to idle after communication (and before configuring of course)...

Sorry for the massive necro but this ticket is still open, I've just tested the latest rfcat release (on windows 10 x64, python 3.9) and it seems that setting d.setAmp(n)...