Re: pySerial and GNU Radio

Hey…

Happy to see a coinciding question in the same time frame :slight_smile:

I’d also tried a similar approach. But the data acceptable on Scope sink
seems entirely in a different format, than just sending raw samples via
the
File Descriptor block. That explains why you are able reproduce the data
on
a File sink.

The method I tried was to connect a TCP Source to a TCP Sink and Scope
Sink.
When I was sending data as raw samples to the TCP Source, it appeared
correctly at the TCP sink, but nothing at Scope Sink. It was more
interesting when I connected a Vector Source to TCP Sink (server), and
what
came out was ASCII junk, which convinced me that the samples should be
wrapped around some Vector Source like mechanism.

Am I entirely on a wrong track ?

Regards,

John

Josh B.-2 wrote:

with limited success. The goal is to read data from a serial connection,

Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


View this message in context:
http://old.nabble.com/pySerial-and-GNU-Radio-tp27153172p27167828.html
Sent from the GnuRadio mailing list archive at Nabble.com.