Dear Users,
I've got the AM335 sitara dev-kit and a FT232R USB module. This is a converter from USB to RS485. When I plug this converter in my Ubuntu(12.04 LTS) it show up at /dev as ttyUSB0. The same happend when I plug it in my Rasberry Pi. In my program i can just call fopen("/dev/ttyUSB0", "r+"); to read and write to it. Unfortunately the Sitara don't seems to recognize the USB-converter, and nothing shows up at /dev (and so my program won't work)
How can I fix this? What did I do wrong?
Kind regards,
(the datasheet to the FTDI chip is in the link below)
http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232R.pdf