Page 1 of 1

E-block RS232 Baud rate above 38k?

Posted: Fri Jun 19, 2009 1:45 pm
by drphil1969
Hello,

Is it possible to increase the baud rate of the RS232 E-block above 38k? I am using the PIC16F877A. If not, is this a hardware issue... i.e. would I be able to do so if I had different hardware?

Thanks,
Phil

Re: E-block RS232 Baud rate above 38k?

Posted: Fri Jun 19, 2009 2:23 pm
by Sean
Hello,

Higher Baud rates can be specified using the custom option in the Baud rate drop-down box. The required Baud rate can then be entered into the Custom Setting text box. A % timing error value is calculated, based on the best register settings for the crystal frequency being used.

The PIC data sheets indicate that Baud rates upto Fosc/16 can be generated.

The data sheet for the MAX232 chip, used on the RS232 E-Block, specifies a maximum data rate of 120K bits/sec.

Re: E-block RS232 Baud rate above 38k?

Posted: Mon Jun 29, 2009 6:25 pm
by drphil1969
Thanks Sean!