voidPM3Process::onTimeout()//when the proxmark3 client is unexpectedly terminated or the PM3 hardware is removed, the isBusy() will return false(only tested on Windows);
voidPM3Process::onTimeout()//when the proxmark3 client is unexpectedly terminated or the PM3 hardware is removed, the isBusy() will return false(only tested on Windows);
{
{
// isBusy() is a deprecated function.
// isBusy() is a deprecated function because it will block the serial port when the port is not in use.
// It will always return false on Raspbian.
// However, the PM3 client is supposed to use the serial port exclusively, so it should be fine
// SerialListener needs to be removed.
// isBusy() will always return false on Raspbian, in this case, check "Keep the client active" in the Settings panel.