Hi, is it possible to drive two rs232 ports on one chip AT THE SAME TIME? that means if one port has to send some data,the other port is already able to receive any other data. such as non-blocking ports? is that possible, and is ther any code for that=? thanx for ur answers...
SherpaDoug
Joined: 07 Sep 2003 Posts: 1640 Location: Cape Cod Mass USA
Posted: Thu Aug 26, 2004 9:59 am
If one port has a hardware UART it should work fine. If both are software UARTs the CCS functions won't do it. If you are clever it should be possible to write your own that would work. _________________ The search for better is endless. Instead simply find very good and get the job done.
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
Posted: Thu Aug 26, 2004 10:20 am
I would go a step further and say, try to find a PIC with 2 hardware USARTS. Then you get the advantage of two bytes of RX buffer space. 1byte per USART.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum