Away for a while I’ve been, so my FEZ knowledge has rusted a bit.
I have a Panda II application built using the 4.1 SDK. The application has the user interact with the device using VCOM and Mass Storage, but of course not at the same time.
Am I correct in assuming that the only driver the user will have to install is “CDC_Driver.inf” (Driver Version 2/1/2009,1.0.0000.0)? My tests on XP, Vista, and & Windows 7 show that Mass Storage uses a generic Microsoft Driver, but I need to point the CDC_Driver.inf when VCOM is started.
I would like users to have as simple an install process as possible and have a script written that installs TeraTerm for the communication, but have not found a simple way to install the CDC Driver in the script. I can point to the Auto install for GHI USB drivers, but these don’t appear to include CDC, and I’m sure the auto setup is installing other drivers needed for the SDK.
Any help is appreciated.