Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/12/06 12:45
Read: times


 
#118163 - How refereshing to see this insteead of
Responding to: ???'s previous message
I was wondering if someone could help me figure out how to implement the following setup. I'm working on a project where I need to talk multiple RS232 devices with a micro controller configuration. I say configuration because, if necessary, I can use multiple micro controllers with built in RS232 ports, however this is not desirable as I would like to keep power consumption and number of parts as low as possible.

I think I'm going to use an external UART and access it via an SPI connection to the main microcontroller. Due to my current illness of noobism, I'm going to need all the help I can get on implementing this. Does this setup even sound correct?


1) the very best would be if you could use RS485, but I read that you have to connect to existing devices, correct?
2) the second best would be a small cheap '51 for each channel such as a Philips LPC or a SILabs "ultra small".
3) you "can" bit bang a RS-232, but going that route for up tom7 devices is a dead end.
4) the external quad UART may be the best solution for you but do remember that you will need a MAX232(equivalent) for each cannel as well.
5) with that many RS232 transcievers, you need to let go of "power consumption ... as low as possible", you will never be able to pull this one off in a power restricted enviranment.
6) if instead of "an external UART and access it via an SPI" consider IIC it will make it easier to add more external UARTs. With SPI you have to "buss" missing parts, with IIC, you just leave them out.

If you need more info just let me know.
How refereshing to see this insteead of the recently seen "why do you idiots not just solve my problem"

Erik

List of 28 messages in thread
TopicAuthorDate
Connecting many RS232 devices to 1 uC            01/01/70 00:00      
   either            01/01/70 00:00      
   Dual/Quad/Octal UARTs            01/01/70 00:00      
      blinking java            01/01/70 00:00      
         Looks like ...            01/01/70 00:00      
            try this one            01/01/70 00:00      
      TI also makes multi-UART chips            01/01/70 00:00      
         I once used a TCM78808 ...            01/01/70 00:00      
            I once used a Triscend E5            01/01/70 00:00      
               How did that price out?            01/01/70 00:00      
   SPI UART and Poor Phillips site design            01/01/70 00:00      
      Yes.            01/01/70 00:00      
      you havent really said...            01/01/70 00:00      
         to Jez            01/01/70 00:00      
            ah well you see eric            01/01/70 00:00      
               My bad, Jez            01/01/70 00:00      
      How refereshing to see this insteead of            01/01/70 00:00      
      SPI UART and Poor Phillips site design            01/01/70 00:00      
         OR            01/01/70 00:00      
   uCs with multiple UARTs            01/01/70 00:00      
   Soft Uart            01/01/70 00:00      
      That is crazy            01/01/70 00:00      
         Soft UART            01/01/70 00:00      
            some info            01/01/70 00:00      
               if you read the posts before replying            01/01/70 00:00      
                  careful about definitions ...            01/01/70 00:00      
   Does it have to be the microcontroller?            01/01/70 00:00      
      In fact            01/01/70 00:00      

Back to Subject List