Re: Serial port setup

2025-01-30 Thread Marcus Müller
Cool! Thanks for sharing this! If you want it to be listed on cgran.org, see https://www.cgran.org/submit :) Best, Marcus On 1/30/25 5:13 PM, vitt...@pm.me wrote: Hi Marcus and Muhammad, If it helps, try looking at this: https://sourceforge.net/projects/gr-message-to-serial/ It's my first OOT

Re: Serial port setup

2025-01-30 Thread Muhammad Anas
Thanks for the tip! I'll check it out On Thu, Jan 30, 2025, 9:14 PM vitt...@pm.me wrote: > Hi Marcus and Muhammad, > If it helps, try looking at this: > https://sourceforge.net/projects/gr-message-to-serial/ > It's my first OOT block, my first OOT, not too elegant but it works ;-) > > Vittorio,

Re: Serial port setup

2025-01-30 Thread vitt...@pm.me
Hi Marcus and Muhammad, If it helps, try looking at this: https://sourceforge.net/projects/gr-message-to-serial/ It's my first OOT block, my first OOT, not too elegant but it works ;-) Vittorio, I3VFJ

Re: Serial port setup

2025-01-30 Thread Marcus Müller
Hi, serial ports typically don't behave like files (you can't "seek" in them, and opening is a bit special, since you also need to configure them for the right speed/framing). People I've seen using serial ports with GNU Radio before have opted to simply write a small block – specifically, if

Serial port setup

2025-01-19 Thread Muhammad Anas
Dear GNU Radio community, I'm working on a project that requires reading data from a serial port (e.g., COM1) using the File Source block in GNU Radio on a Windows system. 1. *How can I configure the File Source block to read data from a serial port?* 2. *Is it possible to dynamically up