Usage of fullduplexserial object
El Paisa
Posts: 375
Appreciate any help.
Trying to use the fullduplexserial.spin object.
What is the proper··_clkmode and _xinfreq·settings?
These ·settings are not the same as the demo and proto boards.
Trying to use the fullduplexserial.spin object.
What is the proper··_clkmode and _xinfreq·settings?
These ·settings are not the same as the demo and proto boards.
Comments
Andre'
· _CLKMODE····· = XTAL1 + PLL16X
'· _XINFREQ····· = 5_000_000
'· _clkmode = xtal2 + pll8x
· _xinfreq = 10_000_000 + 0000
I have tried these four combinations.
the _CLKMODE does not matter, in both cases, the program runs OK.
If I change _xinfreq from 5_000_000 to 10_000_000 the program does not work anymore.
The·xinfreq has a big effect in the baud rate.