I have a motor, connected to a motor driver, connected a windows XP computer by a CAN-BUS (throught USB). I want to "talk" to the motor driver and have some questions:

  • Does the USB appear as a COM port?
  • What protocol do I use or how do I find out what protocol to use?
  • Does anyone have or know of any public implementations of a similar thing that I can look at?
  • Are there any other hits you want to share?

    Thanks!

link|improve this question

58% accept rate
The results of what is learned here may be very relevant to the folks at autos.stackexchange.com ! – eleven81 Jan 19 '10 at 15:20
2  
stackoverflow.com might be a good place to try too. Sounds like it might fall under the realm of a programming question. – Brian Knoblauch Jan 19 '10 at 15:33
I'll post it on SO. Thanks! – AnnaR Jan 20 '10 at 8:05
Nono, if this question needs to be on SO we'll migrate it for you! – Ivo Flipse Jan 20 '10 at 8:17
feedback

migrated from superuser.com Jan 20 '10 at 8:18

This question came from our site for computer enthusiasts and power users.

1 Answer

While I also think SO is a better place for this, I do have some useful information.

Check out this CodeProject article, it explains the basics of talking to USB devices, with a sample Win32 application. It's pretty focused on the HID class of USB devices, so if you CAN based driver doesn't present itself as a HID device, you might be in for some pretty significant work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.