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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/10/07 22:59
Read: times


 
#132494 - Scheme
Responding to: ???'s previous message
I've never used such a scheme. I usually either use polling or interrupts, but not polling inside interrupts. It should work ok though.

Btw. When I need more transfer speed from a (virtual) comport I use an FTDI FT245. It has a parallel interface, handshake lines and internal buffers. Just send the packet on the PC to the "comport" and when the mcu has realized it needs attention, the buffer is probably filled up with many bytes already. Then I get them out as fast as the mcu can and as many as possible. I get over 900kBytes/sec which is near USB fullspeed maximum of 12Mbit/sec.

The typical application is booting an FPGA.

List of 28 messages in thread
TopicAuthorDate
Maximum Reliable UART Baud Rates for 805x            01/01/70 00:00      
   The UART in any chip with a T2 can run at F            01/01/70 00:00      
      Thanks guys.            01/01/70 00:00      
         not quite            01/01/70 00:00      
         syntax error            01/01/70 00:00      
            Point taken            01/01/70 00:00      
               welcome to the club            01/01/70 00:00      
                  Some club ...            01/01/70 00:00      
                     they just were too square :)            01/01/70 00:00      
                        Mmmh, yeah, well ...            01/01/70 00:00      
      not necessarily            01/01/70 00:00      
         Polling            01/01/70 00:00      
            not only this...            01/01/70 00:00      
               Scheme            01/01/70 00:00      
                  isn't it the same?            01/01/70 00:00      
                     polling all the way            01/01/70 00:00      
   Wrong question?            01/01/70 00:00      
      define maximum rate...            01/01/70 00:00      
   semantics            01/01/70 00:00      
   for the standard '51/'52...            01/01/70 00:00      
      HUH            01/01/70 00:00      
         PC            01/01/70 00:00      
            non-standard            01/01/70 00:00      
               Why comes in UART on PC and 232 buffer?            01/01/70 00:00      
                  sorry            01/01/70 00:00      
                     Good note            01/01/70 00:00      
               OK I take back            01/01/70 00:00      
            CP210x USB-UART            01/01/70 00:00      

Back to Subject List