On Fri, Mar 02, 2007 at 10:41:06AM -0500, [EMAIL PROTECTED] wrote: > I want to connect 2 USRPs to a single computer (1 to tranmsit and 1 > to receive). I saw the examples in the multi-usrp directory, but > they allow you to hook up 2 USRPs together so they will both > receive. I'm guessing that I don't even have to hook them up if 1 > and transmitting and 1 is receiving, but I might still need the > whole serial number code of each board to tell which one to transmit > and receive. It doesn't seem like it should be hard, but I'm not > sure. Any help would be greatly appreciated.
No need to interconnect the two boards. You can specify which board to open using the "which" constructor argument. The problem with that is that you really don't know which board you're getting. After opening it, check the serial_number() Note that unless you machine has two ECHI controllers (not two ports), your total aggregate bandwidth between the two boards is limited to about 32MB/s. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
