PDA

View Full Version : SEROUT of 12-bit...



sirvo
- 23rd January 2008, 20:05
Hi...

I was wondering how can PIC send a 12-bit 'word' throught SEROUT command....how can it be? a 16-bit word with the LSB equal to zero?

Thanks...

CocaColaKid
- 23rd January 2008, 20:46
I believe you would have to send 2 bytes, 8 bit each and then disregard the last 4 bits of the second byte.


Hi...

I was wondering how can PIC send a 12-bit 'word' throught SEROUT command....how can it be? a 16-bit word with the LSB equal to zero?

Thanks...