discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] USRP digital output hack


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] USRP digital output hack
Date: Wed, 9 May 2007 11:56:43 -0700
User-agent: Mutt/1.5.9i

On Wed, May 09, 2007 at 01:51:10PM -0400, Steven Clark wrote:
> Redirecting to list. Has anyone ever sent a gnuradio stream out to a serial
> port, as Chris suggests? I suspect it is not so easy as he describes...
> 
> (incidentally, I'm using cygwin under windows XP. /dev/tty* doesn't exist)
> 
> Is there a way to continuously print a gnuradio byte stream to the console?

Yes, though I'm not sure it makes sense:

  # 1 is the file descriptor for stdout
  sink = gr.file_descriptor_sink(gr.sizeof_FOO, 1)

Eric




reply via email to

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