Quote Originally Posted by sumkrnboy View Post
I am currently trying to write a PIC Basic code
Let us see what you've got...

I am trying to replicate the encoder output of the chip
See your other thread...

The problem I am having is that the encoder used in the original transmitter outputs 12-bits of serial data into the transmitter module and when I use SEROUT, I am only able to output 8-bits at a time.
Yes that is a problem, which can be creatively overcome with a little bit of thought.

There's also the issue of timing which doesn't exactly fit any of the standard baud rates.
Which is not usually a problem for PBP. It's right in the manual.