I've a USB to can device but I don't know how to driver it on my linux system. The usb2can device uses Cortex M3 micro-controller(STM32F205) with internal CAN controller, which supports CAN protocols 2.0A and 2.0B , but only supply windows driver. Where can I find the similar driver to use. How to write the driver for such device?
Thanks in advance.