--
You received this message because you are subscribed to the Google Groups "SparkSDR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sparksdr+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sparksdr/a1003277-1aa1-4d7d-9d45-8fe6e29e02dcn%40googlegroups.com.
The sdr-transceiver-hpsdr program running on the STEMlab SDR board expects five command line arguments:
sdr-transceiver-hpsdr 1 2 2 1 2
The first three arguments are for the receivers (RX1, RX2, RX3), where 1 corresponds to IN1 and 2 corresponds to IN2.
The last two arguments are for the outputs (OUT1, OUT2), where 1 corresponds to the TX signal and 2 corresponds to the envelope signal.
For example, to send the TX signal to OUT2, the corresponding line in start.sh should be edited and the last argument should be set to 1:
sdr-transceiver-hpsdr 1 2 2 1 1--