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.
blind guess: gr-pyserial is from 2012 and thus likely uses GNU Radio
3.6.something, whereas you’re trying to use it with a more modern
version of GNU Radio, whose python block object doesn’t have the num…
argument.
I think the easiest (and most sensible) solution to this is honoring
jmalsbury’s work by using an up-to-date version of GNU Radio, employing
“gr_modtool nm” to make a new module, add a new block to that using
“gr_modtool -l python add” and then copy&paste over most of the code
into the skeleton you’ve just created.
again: please always reply to the list; we’re always eager to help, but
understand that we usually are not willing to offer free debugging if it
happens for you in private.