Guest
|
RS-232 Problem with 3.187 |
Posted: Thu Mar 11, 2004 11:32 am |
|
|
Hi,
I use the version 3.184 with a PIC18F8720 25Mhz, In this project I use a UART with the follow define:
Code: |
#use rs232( BAUD = 115200, PARITY = N, XMIT = PIN_C6, RCV = PIN_C7, BITS = 8, STREAM = SERIAL_2 ) |
The version 3.184 compile fine, but when upgrade to 3.187 the compile tell me the ERROR 96 BAUDE RATE OUT OF RANGE.
Why???????
Please send me the answer ASAP,
Thank you very much!!
Best Regards, |
|