04-25-2007 04:01 AM
04-25-2007 09:46 AM
04-25-2007 03:04 PM
Hi Dave,
Josh is partially correct but let me elaborate a little more. The supported software that ships with the 9012 and 9014 controllers is restricted to USB mass storage devices as no other USB drivers have been developed for these controllers. However, creating a custom USB driver for communication in your application is not out of the question, but would most likely require development using a WindRiver VxWorks development seat so you can recompile your C code.
If you decided to go this route you would probably do the following:
1. Purchase a VxWorks development seat. Just using our gcc compiler distribution would not be sufficient, if for no other reason than you would likely to need support from WindRiver.
2. Get familiar with the USB API ( although since you have the c code already you might not need to get too familiar ) )
3. Consider getting an eval board from Windriver for development of the USB driver.
Bottom line is that a you could theoretically write a USB driver for the 9012 and 9014 just like any other developer writing a USB driver for VxWorks.
Hope that helps your feasibility study,
Regards
Steve Bassett
04-26-2007 03:33 AM
Steve,
Many thanks for the pointers, I've got a better idea of what is involved now.
regards
dave L