Electronic – Connecting BeagleBone Black using serial port – voltage

beaglebone blackvoltage

I want to connect PC to BeagleBone Black using serial port. There is a note on the BeagleBone website that I need a 3.3 serial adapter.
I do have a converter USB-rs232 using FT232RL, that gives me at the output 5v (I think so).

Can I make a voltage divider for output of my converter to make it 3.3V or do I need another converter 5V-3.3V?

EDIT:
This converter produces 0-5V voltages, I was using it earlier for communication with Atmega16 and it worked fine.

Best Answer

See this page http://beagleboard.org/Support/FAQ

You need to have a 3.3 V serial adapter. A voltage divider is ill advised, because you need to maintain low impedance and you don't want to draw that much current on either side. If you insist on using the 5 V, then an active level shifter is recommended.

It is not surprising that it worked on the Atmega. Most microcontrollers will have pins that will tolerate 5 V.