Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

The difference between USB UART and USB FIFO

Status
Not open for further replies.

yasser_shoukry

Full Member level 4
Joined
May 31, 2006
Messages
233
Helped
25
Reputation
54
Reaction score
5
Trophy points
1,298
Location
Cairo - Egypt
Activity points
2,749
Hi all,

I want to know the difference between USB Uart and USB FIFO? and which applications in which each of them are used? Can i use them interchangeably?

Thanks a lot in advance
 

uart vs fifo

Asslamo 3likom

What do you mean by USB UART and USB FIFO?
IS USB UART a USB to RS232 ?
So What's USB FIFO?

Salam
Hossam Alzomor
 

Re: USB UART vs USB FIFO

USB is very "bursty." For several milliseconds, no data will be transferred, then suddenly a chunk of your data will transfer at high speed, and then you'll have to wait again for the next high speed transfer. To help with that problem, the FTDI FT232BM chip has an internal FIFO buffer memory. If your project required bit-banging COM port pins, you may have to redesign your algorithms to accomodate the bursty USB FIFO architecture.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top