external oscillator with demo board?
ionymous
Posts: 29
I'm using FullDuplexSerial on my demo board successfully at a lower baud rate (19200) to receive data from a PC. I'd like to go higher (115200).
I've gathered from the forums that at a higher baud rate I might need adjust my baud rate because the props internal oscillator is only accurate to within 10%.
I've also gathered that a better more reliable method is to use an external oscillator.
I've searched the forums for 30 minutes but I'm not seeing any examples.
Can someone help me here?
How would you use an external oscillator on a prop demo board to achieve an accurate 115200 baud rate with FullDuplexSerial?
Thanks for any help
Ion
I've gathered from the forums that at a higher baud rate I might need adjust my baud rate because the props internal oscillator is only accurate to within 10%.
I've also gathered that a better more reliable method is to use an external oscillator.
I've searched the forums for 30 minutes but I'm not seeing any examples.
Can someone help me here?
How would you use an external oscillator on a prop demo board to achieve an accurate 115200 baud rate with FullDuplexSerial?
Thanks for any help
Ion
Comments
-Phil
I'm still very much a novice here and didn't really understand the meaning.
Now I think I get it... the demo board has a external oscillator on it. So as long as my code uses that, I'm good to go.
Thanks
-Phil