kraiders
Newbie level 2

uart speed
I am using PIC16f876. May I know what is the maximum transfer rate of the hardware UART? I am currently using 115kbps, by writing this line:
set_uart_speed(115200)
1) What is the maximum hardware UART speed that I can use?
2) I check the PIC16f876 datasheet and found out that it supports synchronous mode and asynchronous mode. How should I know which mode am I using? The asynchronous mode supports up to 325000 kbps. What is the maximum synchronous speed?
3) Since the maximum of set_uart_speed is 115200, how should I achieve higher speed that 115200? What command line should I write?
I am using PIC16f876. May I know what is the maximum transfer rate of the hardware UART? I am currently using 115kbps, by writing this line:
set_uart_speed(115200)
1) What is the maximum hardware UART speed that I can use?
2) I check the PIC16f876 datasheet and found out that it supports synchronous mode and asynchronous mode. How should I know which mode am I using? The asynchronous mode supports up to 325000 kbps. What is the maximum synchronous speed?
3) Since the maximum of set_uart_speed is 115200, how should I achieve higher speed that 115200? What command line should I write?