I bought my bone a few days ago, I installed Ubuntu on it and it works perfectly. I installed some additional packages, python modules, as I do it on my desktop.
Now I encounter a problem trying to connect via the USB host to a FTDI port on a arduino card.
It works fine with my desktop, but not with the beaglebone. All look like perfect (/dev/ttyUSB0 appears, ftdi module is loaded in the kernel, dmesg seems to be happy, ...).
The ttyUSB0 are configured the same way on both desktop and bone, stty and /sys/kernel/debug/usb/devices are identicals. At bootup, the arduino card is powered up, it blinks its led the normal way. I have no error when I open ttyUSB0 through python. But the communication refuses to work, the arduino card blinks its led claiming an error each time I send data to it from the bone.
Have you an idea of what is wrong ? Do you think it could work using the clent USB port ?
Thank you in advance.

