Thanks in advance
David
My (limited) experience with VxWorks lead me to believe that VxWorks
treats devices as file IO (read, write, etc) much like linux does.
What you may need to do is write a driver (that gets embedded in the
kernel?) to translate these file operations into bus operations to
handle the USB controller.