hackrf icon indicating copy to clipboard operation
hackrf copied to clipboard

Handle CTRL+BREAK signals hackrf-tools on Windows

Open scootermon opened this issue 1 year ago • 2 comments

When running hackrf_transfer as a subprocess under Windows we've found that it's exceptionally hard to stop the process. It turns out to be much easier to send a CTRL_BREAK_EVENT signal to a process than a CTRL_C_EVENT.

scootermon avatar Oct 18 '24 14:10 scootermon