This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I want to implement a can2usb device,what sub usb class should i use

hid or mass storage or others.
if i use hid class ,i should't to write the driver on my windows xp os or not? is there any speed limit of the hid sub class?
I use a STR710 EVAL board.
thanks!
cgha

Parents
  • Thanks for your reply。
    Yes,the HID has it's speed limitation,but I don't wan't to write a windows driver which is too difficult for me。I'v also checked the cdc class and found nothing,it is dedicated to serial 232 and NIC though the bulk transfer can be used.
    Since it is just a hobby project,the speed is not the main thing taken into account.
    Regards

    cgha

Reply
  • Thanks for your reply。
    Yes,the HID has it's speed limitation,but I don't wan't to write a windows driver which is too difficult for me。I'v also checked the cdc class and found nothing,it is dedicated to serial 232 and NIC though the bulk transfer can be used.
    Since it is just a hobby project,the speed is not the main thing taken into account.
    Regards

    cgha

Children