discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Add another device to work with gnuradio


From: Monahan-Mitchell, Tim
Subject: Re: [Discuss-gnuradio] Add another device to work with gnuradio
Date: Fri, 7 Jun 2013 14:31:19 +0000

> Hi anyone can help?
> I know this maybe a stupid question but you see as Im newbie.
The only stupid questions are the ones that are not asked :)

Read the GR Wiki page on adding an out-of-tree module.

If your device is a receiver, you will want to write a Source Block. If it 
transmits, then write a Sink block. Or  both if it does both.

You'll need to plan on how your device is going to talk to Linux. Does it 
already have drivers? Or do you need to write those? That part you can develop 
& test using Linux, outside of GR.

Tim



reply via email to

[Prev in Thread] Current Thread [Next in Thread]