Hi all! I'm working with gr-pyserial but when i run my blocks i get the
following:
Loading: "/home/iua/gr-pyserial-master/examples/vsp_connect.grc"
>>> Done
Showing: "/home/iua/gr-pyserial-master/examples/vsp_connect.grc"
Generating: "/home/iua/gr-pyserial-master/examples/vsp_connect.py"
>>> War
Hey there, i succeed (think i do) installing gr_pyserial block, i wanted to
test it making a loopback but when i compile muy gnuradio block i get this
Generating: "/home/iua/Documentos/ComSerialGnu/top_block.py"
>>> Warning: This flow graph may not have flow control: no audio or usrp
blocks foun
ow your serial data gets into your PC, but
> assuming you're on linux and have the data coming in over a properly
> configured character device (ie. something that appears as /dev/ttyS* or
> the like), you could just use the file source and open that device.
>
> Greetings,
> Mar
Hey there! i'm working on a proyect of comunications and i need to get my
serial data stream into gnuradio companion, so i'm looking for a block (2
actually) that can make this work, i tried to install pyserial and
gr-pyserial but repository is down, so i'm looking for alternatives, that
make me sk