serial comms

Status
Not open for further replies.

Asjad

New Member
Dear All,

Can anyone tell me if it is possible to have the serial comms working
on a PIC16F874 with a 2.4576Mhz crystal??

roughly how fast would it be??

Kind regards!
 
The speed depends on the baudrate generator value (BRG) you program into it...

The formula's to calculate are:
for high speed
Baudrate = OSC / (16 (BRG + 1))

for low speed
Baudrate = OSC / (64 (BRG + 1))
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…