Re: Issue in file sink block

2020-11-08 Thread Cinaed Simson
Hi Maitry - if by update you mean dumping a binary file as binary instead of hexadecimal, then on Linux  use   xxd -b -- Cinaed On 11/8/20 8:13 PM, Maitry Raval wrote: Hello experts, Any updates? With Best Regards, Maitry Raval, R& D engineer|Azista Industries Pvt Ltd|

Re: Issue in file sink block

2020-11-08 Thread Maitry Raval
Hello experts, Any updates? With Best Regards, Maitry Raval, R& D engineer|Azista Industries Pvt Ltd| 079-40605800|www.azistaaerospace.com From: "Aditya Arun Kumar" To: "Maitry Raval" Cc: "discuss-gnuradio" Sent: Wednesday, November 4, 2020 11:46:32 AM Subject: Re: Issue in file

How to run gr-howto Python or C++ files from ubuntu

2020-11-08 Thread Rupak Paul
Hi, I am new in this platform and trying to run my first block in Gnu Radio. Using tutorial script from OOT modules, I am unable to run C++ or Python files (e.g. qa_square_ff.py) from cmd window. When I use "python3 qa_square_ff.py" command, it always says some module (e.g. howto_swig) is

GRC Documentation tab

2020-11-08 Thread Barry Duggan
Using GRC, open the Properties of a block, select the 'Documentation' tab. Is there a way to get a hook / callback if the user clicks within the text box of that tab? I don't even need the contents of that text box, just the fact that the user clicked it, and which type of block (label) it

Re: Problems with GUI Layout

2020-11-08 Thread Marcus Müller
Hi Joao, glad to hear you've got it to work! Point is: these error messages don't come from anything that we compiled - GRC itself is pure python. These are messages that come from your operating system's pygtk/gtk/... libraries, and they're out of our control. So, ignore these warnings,