Re: Serout2 at 9600 problem
You did not give the chip you are using.
But this may give you a clue.
http://www.picbasic.co.uk/forum/show...8359#post68359
Re: Serout2 at 9600 problem
Firstly, use TOGGLE Led_1.... as your LED will never go off
Second, how are you verifying the rate is 2400? What terminal program are you using?
Re: Serout2 at 9600 problem
Hello,
Thank for your answers.
I'm using a 18F2550. To verify the baud rate, i'm using the hyperterminal from windows.
I think that my problem is in definition of the Pic, I not understand why we need to define the oscilator 2 times:
DEFINE OSC 8
__CONFIG _CONFIG1L, _PLLDIV_2_1L ; Divide by 2 (8 MHz oscillator input)
Thanks,
Nuno
Re: Serout2 at 9600 problem
Try this
Code:
@ __CONFIG _CONFIG1L, _PLLDIV_2_1L & _CPUDIV_OSC1_PLL2_1L & _USBDIV_2_1L
@ __CONFIG _CONFIG1H, _FOSC_HSPLL_HS_1H
DEFINE OSC 48