This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux driver help in usb_dev_bulk example

I loaded the bulk example in my ek-TMC123GXL device and modified the vendor id  and product id in usb_skeleton.c

On loading the driver on Linux, I am getting my device file in /dev and when I am issuing the write command to the device file in /dev my board respond with the led blink as specified in the firmware code but on reading I am not getting anything and even the terminal stuck at that point. Help me to solve the issue.

I tried writing and reading through echo/cat as well as through a user space application.

  • Hi Sachin, your description lack some important details, please provide how you tryid read and write to device, another is detail of device, so please try provide basic information
    ls -l /dev/<<yourdevice>>
    lsusb
    With these information is possible do some more analysis.
    Linux version can be of some help too.