Re: [Discuss-gnuradio] setting registers

2007-07-16 Thread Matt Ettus
Brian Padalino wrote: > On 7/16/07, George Nychis <[EMAIL PROTECTED]> wrote: >> So I think what Leo is getting at is how to actually perform the read or >> the write to a register for the C/S packets. For instance we have the >> read/write register commands where the application says read from >>

Re: [Discuss-gnuradio] setting registers

2007-07-16 Thread Brian Padalino
On 7/16/07, George Nychis <[EMAIL PROTECTED]> wrote: So I think what Leo is getting at is how to actually perform the read or the write to a register for the C/S packets. For instance we have the read/write register commands where the application says read from register X or write this data to i

Re: [Discuss-gnuradio] setting registers

2007-07-16 Thread George Nychis
So I think what Leo is getting at is how to actually perform the read or the write to a register for the C/S packets. For instance we have the read/write register commands where the application says read from register X or write this data to it. This would pertain to OP_WRITE_REG, OP_WRITE_RE

Re: [Discuss-gnuradio] setting registers

2007-07-16 Thread Johnathan Corgan
Zhuocheng Yang wrote: > Can anyone tell me where the registers are and how I can read/write > to them? Once you create a usrp.source_c() or usrp.sink_c() object, you can call: u = usrp.source_c() u._write_fpga_reg(regno, val) The registers are write-only. You may call: u._read_fpga_reg(regno

Re: [Discuss-gnuradio] setting registers

2007-07-16 Thread Brian Padalino
On 7/16/07, Zhuocheng Yang <[EMAIL PROTECTED]> wrote: Hi guys: My name is Zhuocheng Yang, you can call me Leo. I am pretty new to gnuradio, started working on it a month ago. Since Thibaud has gone back to Switzerland, I will be taking over his work. I am currently trying to process the contro

[Discuss-gnuradio] setting registers

2007-07-16 Thread Zhuocheng Yang
Hi guys: My name is Zhuocheng Yang, you can call me Leo. I am pretty new to gnuradio, started working on it a month ago. Since Thibaud has gone back to Switzerland, I will be taking over his work. I am currently trying to process the control packets, but I am not sure how I can read/write to re