Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
I think there is a problem in function uart_receive. When I need to receive few data, the loop do while with byteCount in exit condition is ok, but when I need to receive continuously data as for example with command hf tune, this is a problem. byteCount is never 0 and it doesn't exit from loop until I press the button on proxmark3.
So I can see the output of the command only at end. I developed a simple patch (just 2 rows) for remove this problem.
This is the link http://www.sendspace.com/file/9quwyx for download it. I removed also blank row.
Offline
Committed as r760
Offline
Pages: 1