Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

ATXmega USART missing CTS, RTS?

Status
Not open for further replies.

galed

New Member
I'm trying to take a USB signal and convert it so that the ATXmega256A can take the data in via usart. I'm trying to use the FT232R for this. The FT232R has RX, TX, RTS, CTS, and a clock that need to be connected... the usart on the xmega has only tx, rx, and xclk... missing cts and rts.

What does one do here? Just not connect CTS/RTS?
 
Use general purpose I/O lines. Very few real world applications actually use, let alone can possibly take advantage of hardware flow control lines.
 
Ok, i'll do that. What do you mean very few applications can take advantage of hardware flow control lines? They seem sort of essential to me...
 
Essential to what? Using software flow control you can run a bidirectional serial line using only 1 signal line and ground, typical serial setups use two and ground, one for TX and one for RX so you have a full duplex link, makes flow control easier to manage.. The hardware flow control and other signal lines are really only a throwback to older hardware that used these control signals to determine device function and control like modems and old dumb terminals, they're not strictly speaking needed for anything. They exist on just about all standard serial ports though so they can be useful for other functions if you'd like, they make nice general purpose I/O lines and with proper polling can be used as a short byte parallel port.
 
Last edited:
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top