Garrett Schrameyer
Garrett Schrameyer
I'm heavily biased, but using an external csv would be perfect! They're extremely easy to work with, both within the code and for the user. Especially if you'd want to...
Well, can confirm that batch running Nisrom works perfectly. Apart from some wonky formatting from Nisrom, it's pretty simple to export to a csv. Stuff like this really works well...
Ahh, I get what you mean! So you could have it check if a ECUID already exists, and if so, don't add another line. But if it doesn't, then add...
While this would probably be handled by the ECUID keylist, IIRC, there's also a SH705X ASCII string in most ROM's that could be searched for. But if the keylist will...
> You need to stop adding header bytes with "diag sr" The whole point of nisprog is to NOT have to do that. Also, why are you sending another StartComms...
> Of course. "debug l1 0x8c" to see exactly what it sends down the wire. It's noisy but you just need to "debug l1 0" to quiet it again. Ahhh,...
I'd definitely support always logging! On top of this, I'd recommend having it log both the bytes sent/received AND the actual error being reported. I've had to resort to sniffing...
> Could you not just "debug L1 0x8c" ? or maybe l2 0x8c would even suffice, with less noise... Maybeee? I really haven't messed with debug stuff. The one time...