discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] gr-pyserial


From: Julián Andrés Quenardelle
Subject: [Discuss-gnuradio] gr-pyserial
Date: Mon, 10 Nov 2014 09:49:49 -0300

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"
>>> Warning: This flow graph may not have flow control: no audio or usrp blocks found. Add a Misc->Throttle block to your flow graph to avoid CPU congestion.

Executing: "/home/iua/gr-pyserial-master/examples/vsp_connect.py"

linux; GNU C++ version 4.6.3; Boost_104601; UHD_003.004.003-175-g09de3c07

Traceback (most recent call last):
  File "/home/iua/gr-pyserial-master/examples/vsp_connect.py", line 50, in <module>
    tb = vsp_connect()
  File "/home/iua/gr-pyserial-master/examples/vsp_connect.py", line 32, in __init__
    self.serial_port_1_0 = grpyserial.serial_port("/dev/tty1",0,9600,0,1,True)
  File "/usr/local/lib/python2.7/dist-packages/grpyserial/serial_port.py", line 62, in __init__
    num_msg_outputs = 1,
TypeError: __init__() got an unexpected keyword argument 'num_msg_inputs'


Some who maybe has any experience with gr-pyserial could help me? Is there a code error or is something wrong with gnuradio?

Thanks all for your help

reply via email to

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