Re: [Discuss-gnuradio] Generating a preamble for an AX.25 Packet (HDLC Framer)

2019-07-28 Thread Ed Criscuolo
I believe you want to use event_stream @(^.^)@ Ed Sent from my iPhone > On Jul 27, 2019, at 1:08 PM, Ido Bronfeld wrote: > > Hi everyone! I am trying to generate an AX.25 Packet with the HDLC Framer, my > issue is generating the preamble per the AX.25 spec (Repeating flags - 0x7e) > > My prev

[Discuss-gnuradio] Generating a preamble for an AX.25 Packet (HDLC Framer)

2019-07-27 Thread Ido Bronfeld
Hi everyone! I am trying to generate an AX.25 Packet with the HDLC Framer, my issue is generating the preamble per the AX.25 spec (Repeating flags - 0x7e) My previous setup was using a custom HDLC Framer block that generates the preamble, and I am now trying to accomplish this task using "vanilla"