Re: [Discuss-gnuradio] get_gpio() help

2012-08-24 Thread Josh Blum
On 08/24/2012 09:00 AM, Frederick Lee wrote: > On Thu, Aug 23, 2012 at 5:54 PM, Samuel Ibarra wrote: > >> Hello, >> >> Thank you for your help Frederick. The problem that I am having is that I >> don't really understand how I can get the read_gpio() value into my python >> code. Once I get the

Re: [Discuss-gnuradio] get_gpio() help

2012-08-24 Thread Frederick Lee
On Thu, Aug 23, 2012 at 5:54 PM, Samuel Ibarra wrote: > Hello, > > Thank you for your help Frederick. The problem that I am having is that I > don't really understand how I can get the read_gpio() value into my python > code. Once I get the value to my python code, then I will be able to create >

[Discuss-gnuradio] get_gpio() help

2012-08-23 Thread sibar002
Hello, I am trying to work with the read_gpio() function that is found in the dboard_iface.cpp file. I am trying to read the io_rx[15 - 0] pins on the basic_rx daughterboard. I am able to read the pins using this function one time, but I am unable to continuously read the pins. Could anyone give