Re: Single UART handling multiple devices.

2009-08-14 Thread srinivasramana
; > On Thu, 2009-08-13 at 20:41 -0400, Greg Freemyer wrote: >> On Thu, Aug 13, 2009 at 3:52 PM, >> srinivasramana wrote: >> > >> > Hi All, >> > >> > I have been working on the feasibility of having multiple device >> > nodes(serial typ

Re: Single UART handling multiple devices.

2009-08-13 Thread srinivasramana
based on the incoming data from hardware(on Rx interrupt)? please help. Thanks & Regards, -- Srinivas R srinivasramana wrote: > > Hi, > > Thanks for the response. I have explored the option of FIFOs, but the > issue is I need Full duplex support from the devices. In that ca

Re: Single UART handling multiple devices.

2009-07-21 Thread srinivasramana
Hi, Thanks for the response. I have explored the option of FIFOs, but the issue is I need Full duplex support from the devices. In that case I will have to use two FIFOs for each device. So, it would be good to know if there is any better option. Also, I was thinking of multiple virtual device n