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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/15/06 17:53
Read: times


 
#118367 - SPI UART and Poor Phillips site design
Responding to: ???'s previous message
In a situation with 1 uC and many serial ports I would recommend closely coupled UARTs. You want the UART wasting it's time with the slow RS-232 or MIDI transaction, not the micro.

It is much faster to execute a single write like a mov SBUF,A or to external memory than it is to bit-bang an SPI port. I have used the SPI UARTs by Maxim and they are fine. USE A MICROCONTROLLER WITH BUILT-IN SPI. The Philips one may also be suitable. It's somewhat unpleasant to have a large mess of SPI devices, but it will be much faster than bit-banging a bunch of SPI ports on different pins, Failing that, find a UART (or bunch of UARTs) that you can map to XDATA space so you can address them quickly.

GB


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