Hi, I did use it, but I did in a far more conservative way. I use 9600 baud, in hostile environment (noisy, industrial, long cable (about 100 feet)) even 1200 baud. It is very important to do a level conversion with a MAX232 or similar otherwise the error rate increases. It is also important to implement a good protocol; I use checksum and ACK/NAK quoting. Even CRC may be necessary. I hope this helps. Imre On Fri, 26 Feb 1999, Gerhard Fiedler wrote: > At 15:36 02/26/99 +0000, Rodrigo Tiago Correia Teixeira Maia wrote: > > Could anyone give me some information, I need to create a > >communication line between a PIC16C74A and one pc using COM1. I need to > >know the following: > > What's the normal baud rate achived with this kind of > >communication. > > i guess you can do about anything your pc and your rs-232 driver can do, up > to 1.25Mbps, according to the data sheet (i didn't try that one, though :) > > the limiting factors would probably be the driver you use (they have a max. > speed specified), of course the max speed of your pc (usually 115.2kbps), > and the distance, noise and type of cable in your application. with the > right driver (eg. max232, spec'd up to 120kbps) in a normal home > environment 115.2kbps shouldn't be a problem. in any case you need to > choose a crystal that allows you to generate the bit rate you want. > > ge > >