Re: [Discuss-gnuradio] UART block in GNU RADIO?

2019-05-13 Thread Albin Stigö
You mean a block where you input bytes, and the block adds start bit, stop bit and parity bit(s)? Albin On Mon, May 13, 2019, 23:04 mehtap özkan wrote: > Well, I would gladly pay for a c++ block. Anyone interested? > > 13 May 2019 Pzt 23:40 tarihinde Müller, Marcus (CEL) > şunu yazdı: > >> I d

Re: [Discuss-gnuradio] UART block in GNU RADIO?

2019-05-13 Thread mehtap özkan
Well, I would gladly pay for a c++ block. Anyone interested? 13 May 2019 Pzt 23:40 tarihinde Müller, Marcus (CEL) şunu yazdı: > I doubt you'd find a ready-made block. However, writing that would take > literal minutes in Python or C++! > > https://wiki.gnuradio.org/index.php/Guided_Tutorials Cha

Re: [Discuss-gnuradio] UART block in GNU RADIO?

2019-05-13 Thread CEL
I doubt you'd find a ready-made block. However, writing that would take literal minutes in Python or C++! https://wiki.gnuradio.org/index.php/Guided_Tutorials Chapters 2,3,4 and 5 should be an easy read for you at this point. Best regards, Marcus On Mon, 2019-05-13 at 23:09 +0300, mehtap özkan w

[Discuss-gnuradio] UART block in GNU RADIO?

2019-05-13 Thread mehtap özkan
Dear All, Is there an OOT block where the input is UnPacked Data and the output is UART formatted UnPacked data. The UART Protocol is shown in http://www.circuitbasics.com/wp-content/uploads/2016/01/Introduction-to-UART-Packet-Frame-and-Bits-2.png . ___

Re: [Discuss-gnuradio] UART

2006-09-09 Thread Matt Ettus
Andrew, We have never used the RS232 stuff, so there is no code for it right now. Samples are not currently sent to the digital IO pins, but you could modify the FPGA code to do that. Matt Andrew Borg wrote: Hi all. I am using the USRP and need to receive the output from the FPGA over

[Discuss-gnuradio] UART

2006-09-08 Thread Andrew Borg
Hi all.   I am using the USRP and need to receive the output from the FPGA over pins on the BasicRX board rather than through USB. I need to send these signals to another FPGA board I am using on which I am running a Java processor. I'd like to avoid going via USB as I do not have a USB inte