Philippe Teuwen
Philippe Teuwen
Not the only issue but USB comm can interrupt sim and hook again because sim looks for BUTTON and usb_poll_validate_length(). So at least we also need to check for USART...
chicken & egg: * when USB is ripped off without care, the PM3 did not receive CMD_QUIT_SESSION so we've to make sure that no sim mode is sending any Dbprint...
We still need to smooth all scenarii but for info with last commits now the original use case is working if we change the MF_DBGLEVEL: ``` [usb] pm3 --> hf...
yeah but that `#db# 4B UID` comes immediately before you get a chance to pull USB so that's fine ;)
GetTickCountDelta was added and used everywhere. Where else to look at ? Or first we need to identify & document these clocks?
maybe, not sure yet
I think it's something to discuss with doegox/proxmark-internal#76 to get a coherent approach. For me it's not yet clear how to achieve all scenarios at once: * initiate commands from...
yeah, it recovers at second attempt here. That shouldn't be that hard to fix, probably just some buffs to purge or sth like that.
Quick test on saved samples converted to bin then compressed with zlib: ``` 40000 -> 10036 em40xx without saturation 40000 -> 6270 em40xx with saturation 40000 -> 4524 no tag...