This is functionality that I'm going to need in the not too distant future. I haven't yet got to that point, so I'm guessing, but I suspect that you can use a file source / sink and point it at a serial port:
- /dev/ttyS0 (serial port) - /dev/ttyUSB0 (serial over USB) - /dev/ttyACM0 (serial over USB) Alternatively, you can use your own Python block and interact with a serial port however you want to. Onno On Thu, 16 Jan 2025 at 22:18, Muhammad Anas <anasg8...@gmail.com> wrote: > Dear GNU Radio Community, > > Is there any method for receiving data serially from another GUI > application other than GRC using xmlrpc/zmq blocks. I want to control GRC > parameters from another application serially in runtime. > > Regards > Muhammed Anas >