Re: [Discuss-gnuradio] Using RFX2400 from C++

2007-01-03 Thread Chris Stankevitz
Dan, Eric, all: I am interested in the same and am willing to help out. For now I'd be happy with just getting the bits from the USRP (i.e. no graph theory). Chris Dan Halperin wrote: Hi, I'm trying to get the code together to enable the RFX2400 board from a C++ program. I'm mostly lookin

Re: [Discuss-gnuradio] Using RFX2400 from C++

2007-01-03 Thread Eric Blossom
On Wed, Jan 03, 2007 at 01:01:36AM -0800, Dan Halperin wrote: > Hi, > > I'm trying to get the code together to enable the RFX2400 board from a > C++ program. I'm mostly looking in usrp.py, usrp1.py, db_base.py, and > db_flexrf.py and copying commands like write_io and write_oe into their > C++ ver

[Discuss-gnuradio] Using RFX2400 from C++

2007-01-03 Thread Dan Halperin
Hi, I'm trying to get the code together to enable the RFX2400 board from a C++ program. I'm mostly looking in usrp.py, usrp1.py, db_base.py, and db_flexrf.py and copying commands like write_io and write_oe into their C++ versions. Is there good documentation on all of these various commands, and/o