Re: [Discuss-gnuradio] dbsrx question

2006-10-23 Thread David Caruth
Well, I had the right i2c address, but was calling the wrong function when initializing the dbs_rx board.  I called the c++ equivalent of the following Python code:   self._u._write_io(self._which,0x0001,0x0001)   instead of   self._u._write_oe(self._which,0x0001,0x0001)     So I typoed an

Re: [Discuss-gnuradio] dbsrx question

2006-10-23 Thread Eric Blossom
On Sun, Oct 22, 2006 at 10:31:31PM -0700, David Caruth wrote: > Hi All. > > I have searched this forum for i2c errors and dbs problems, but have > not found anything like my problem. I'm sure I have the correct i2c > address set as well. Any suggestions? Please don't suggest that I > just u

[Discuss-gnuradio] dbsrx question

2006-10-22 Thread David Caruth
Hi All.   I've been trying to use the DBSRX daughterboard in slot A but am running into some trouble while reading the status bytes of the Maxim chip via i2c.  The code I'm using to control the USRP is written in Visual C++ 2005, and I've been able to talk to the TVRX daughterboard with no proble