Moacir Flávio Gonçalves wrote: >Actually i´m trying to speed up communications. I´m talking to a >microcontroller, and it havent a buffer of received data, so i need to send >it a byte, wait a little and send some more data. I had sent some data in >sequence and it lost some bytes. Using sleep it works, but 1 second it a lot >of time... using it i´ll send only 1000 byte in a second. Had you read my >other question about COM speed? > >
What about sending more than one stop bit? That will effectively give the micro more time between bytes. David... -- ___________________________________________ David Duffy Audio Visual Devices P/L U8, 9-11 Trade St, Cleveland 4163 Australia Ph: +61 7 38210362 Fax: +61 7 38210281 Our Web Site: www.audiovisualdevices.com.au ___________________________________________ _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

