Quote Originally Posted by JasonMarsh View Post
I am using an 18F1320 at 4Mhz and need to read serial binary code at 75 baud. I then need to convert the binary 'back' into Hex to output at a faster rate which is no problem. I can read at 75 baud using a 4MHz crystal by DECLARING it at 16MHz and using SERIN, but then have a problem with the input being in binary....
Ok, so you're reading numbers in straight binary, as in, you get %01010101 or whatever, and you have to send that out as a 55, as in the hexadecimal representation of 01010101?
If that's the case, it's all in the manual under the SERIN2 command.
If not, well, try again...