A friend gave me an FT232BL that simplifies USB into serial data, but how do I use it in the first place?
Plug it in.
Then using a terminal emulator, CoolTerm and PuTTY are popular and work well, find and connect to the port it shoukd appear on.
You can test the device by wiring TX directly to RX. Characters you type in the terminal emulator window will be sent right back, so you shoukd see
aabbccddeeff
when you type abcdef.
From there, it's off to the races.
HTH
a7
So this:
Did this "friend" really just give you a bare chip, or is it on a PCB or something?
This is the thing.
Thanks for the help! I will do it.
and did (s)he give you anything to identify which pin is which on that connector?
If not, ask her/him!
Yup. So a few strands of fine wire wrapped around the TX and RX pins right next to each other there would set up the loop-back test.
a7
Or, if you have one of these jumper links knocking about:
Seen here not to scale!
a7
you put the FT232RL on the photo i think.
I do have one on the board.
That needs to be there to select 5 or 3.3 as the module's Vcc.
Unless you connect what it connects elsewise. Several FTDI devices I have use solder pads and switching is a bigger deal. So I don't switch, I "permanently" made a 5 volt and a 3.3 versions.
a7
Depending on your OS, you may also need to install the FTDI drivers.
(If you've installed Arduino, this has probably already been done. Earlier Arduino versions used FTDI chips.)
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.