I am trying to get the usb_dev_bulk project (included with StellarisWare at \StellarisWare\boards\ek-lm3s9b92\usb_dev_bulk) to work with the EvalBot (LM3S9B92). The problem is when I attach a USB cable from the USB DEVICE connector on the EvalBot to my computer, nothing shows up. No request for drivers or anything. The thought just occurred to me - perhaps I can't debug over USB and try to communicated over USB but I see an FT2232 right next to the USB debug connector so that isn't even using USB as far as the CPU is concerned. I have some INI files which I know need to be used somewhere but the device should at least show up. I don't even know what to do with the INI files until the device shows up. The OS is Windows 7 and it should be using the winUSB framework/drivers to talk to the board. I also built the Windows command line program in the StellarisWare directory which looks for the device and it can't find it either. Can anyone offer me some suggestions? Has anyone had success with this example?