Hi.
Using RF FSK modules with two 16F628, one way link. How may I sync the stream, I mean, send some preamble, like 8 x 0x55, and what?
The problem is that my code only work when i send the code twice.
TX code:
#include <16f628a.h>
#fuses INTRC_IO, WDT, PROTECT, NOBROWNOUT, NOMCLR...