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


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to