[Discuss-gnuradio] Claiming interface 2 (RX) fails!

2009-03-12 Thread Ujala Qasim
Hi! I am trying to write a program in C that interfaces between USRP and Windows, this is my initial code: #include usb.h #include usrp_spi_defs.h #include usrp_commands.h #include fpga_regs_standard.h #include ad9862.h #include usrp_interfaces.h #include stdio.h #include math.h #define

Re: [Discuss-gnuradio] Claiming interface 2 (RX) fails!

2009-03-12 Thread Eric Blossom
On Thu, Mar 12, 2009 at 09:03:23PM +0500, Ujala Qasim wrote: Hi! I am trying to write a program in C that interfaces between USRP and Windows, this is my initial code: ... However, the claiming of interface always fails on bulk_udh. Please guide me in this regard as to what I am doing

Re: [Discuss-gnuradio] Claiming interface 2 (RX) fails!

2009-03-12 Thread Ujala Qasim
Hi,Well I am implementing the given task by picking up selected function from usrp_prims, usrp_standard, usrp_basic and fusb_generic etc in a program of my own. As these are just simple classes which define particular functions, I was confused and could not very much clearly understand that in