Quote Originally Posted by aratti View Post
Use a pic 18Fxxxx like 18F2585 for instance, with a 40 Mhz xtal oscillator.

Here the setting for the EUSART @ 115200,n,8,2 (Obtained with Mister E PicMulticalc)

Code:
RCSTA = $90   ' Enable serial port & continuous receive
TXSTA = $24   ' Enable transmit, BRGH = 1
SPBRG = 86    ' 115200 Baud @ 40MHz, -0,22%
SPBRGH = 0
BAUDCON.3 = 1 ' Enable 16 bit baudrate generator
Al.
hey dear atari, thanks for ur replay, but i need 115200 baudrate, 8 bit data, no parity and 1 stop bit.

i don't need the high frequency for processing, but i need high baud rate to communicate with the nokia 3310, if i can do this with the PIC16f84A or other 16 series for example 16F877A(40 Pin)

i need to reach this baud rate(115200) to do my project.

i can't use the other PIC, because i need to complete my proj earliyer. and if i use the other pic, i need to learn about them, and i don't have enough time.

Please help, if u can. thanks in advanced.