Posting for later investigation, but a device printing like this: ``` printf("\r"); for (j=0; j<adv.dlen; j++) { printf("%02x", adv.data[j]); } printf("\n"); ``` doesn't result in the timestamp / count option working, which is a bit surprising as I'd expect that lone '\n' at the end to make things happy