Hi everybody,
I would like to create an application in the sdk sitara AM335x. I use the USB1 from the kit sitara. And with this one, I would like to develop a communication with a USB dongle in RS232 protocol. This usb dongle support the CDC class.
My kit sitara recognizes the usb dongle like I want (/dev/ttyACM0), and i can open the port. now I want to send and read any datas from and to the usb dongle.
So I created a C application. It works on my linux PC successfully. But when I use this application on kit sitara, I think I can send data but I can't read from usb dongle. Of course when i compiled this application with the good gcc for kit sitara.
Is someone have already met this problem?
Please help me! :'(
Regards
Guillaume Mahut