The receiver has 10 seconds timeout, which can be adjusted by adjusting the integer in spcm driver function:
```c
spcm_dwSetParam_i32(hDrv,SPC_TIMEOUT,10000);
```
If receiver does not detect the trigger, it automatically starts recording
If receiver does not detect any trigger, it automatically starts recording. Consequently prints "trigger forced" at the first line of the received signal.