Can anyone point me what the max baudrate for interupt driven Hserin
will be when using the 8 mhz internal oscillator in order to free up 2 extra I/O pins ?
Thanks
Printable View
Can anyone point me what the max baudrate for interupt driven Hserin
will be when using the 8 mhz internal oscillator in order to free up 2 extra I/O pins ?
Thanks
Tables 11-1, 11-5 and 11-6 in the 16F88 datasheet.
THANKS For pointing him there, I knew you had to alter the TXSTA between 20h and 24h but until now didn't realize that was the BRGH bit, so on my behalf too, Thanks. It's why I think binary is easier than hex, because you can see and compare to register maps in the data sheet.