I've been spending some hours on searching information about using HSERIN with its interrupt, RCIF (PIR1.5), and found an interresting info in one of Bruce's posts. It wasn't about...
I'm having a go at programming a PIC24EP512GP806 bootloader with XC16. I need to define a few constants that the bootloader and application can both read.
Is there any way to simply flip a byte so that MSB becomes LSB or vice versa?
Can't remember what the default is but I need to reverse it (or redo my *^% switches).
Thanks.
My ultimate goal is to interface a 16F1847 to a Raspberry PI 3B with RS485. The PI UART though needs 3.3v but I do see that the 16F1847 will work at 3.3V ? Can anyone verify that it...
Published on - 23rd April 2010 20:39
Number of Views: 3826
1. How can I reference a BIT in a BYTE?
2. How can I reference a BIT in a WORD?
3. How can I reference a BIT in a BYTE ARRAY?
4. How can I reference a BIT in a WORD ARRAY?
5. How can I reference a BYTE in a WORD ARRAY?
...
Re: Help understanding HSERIN/HSEROUT
the problem as i see it is that you are mixing up receiving a SMS message notification with receiving serial data without losing characters.
richard Today, 00:40the question really is
how can i receive serial...