discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] serial port source/sink


From: Julián Andrés Quenardelle
Subject: Re: [Discuss-gnuradio] serial port source/sink
Date: Mon, 3 Nov 2014 15:13:06 -0300

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 found. Add a Misc->Throttle block to your flow graph to avoid CPU congestion.

Executing: "/home/iua/Documentos/ComSerialGnu/top_block.py"

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

Traceback (most recent call last):
  File "/home/iua/Documentos/ComSerialGnu/top_block.py", line 48, in <module>
    tb = top_block()
  File "/home/iua/Documentos/ComSerialGnu/top_block.py", line 32, in __init__
    self.serial_port_0 = grpyserial.serial_port("/dev/ttyS0",0,9600,0,1,False)
  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'


and i have no idea what this means or what's happened i'm totally lost, so i beg you help me with this fellas, thanks a lot for your time.

reply via email to

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