asmallri
Joined: 12 Aug 2004 Posts: 1634 Location: Perth, Australia
|
Re: RS232 communication |
Posted: Sun Jan 04, 2009 5:28 pm |
|
|
New guest wrote: | I trying to make some bidirectional serial communication between 16F877 and PC. The point of this test is to see how many data can I send and receive in some time. Let say 1 second.
I want to calculate number of packets that I received and transmitted but in real time. PC sends data I read and automatically make reply and so on.
Thank you ! |
it depends on the baud rate you select. At 115200baud (115200 bits per second) each byte requires 10 bits (8 data, 1 start bit, 1 stop bit) therefore the maximum transfer rate is 11520 bytes per second full duplex (11520 bytes per second in each direction). _________________ Regards, Andrew
http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!! |
|