Forum Discussion
Altera_Forum
Honored Contributor
16 years agoOS: Windows Vista 32 bit
Board : DE1 Quartus 9.1 sp2 i was finally able to get it solved.... :) by wasting few dys....:mad: If u get USB<--->Serial, as ur driver and when you install Altera USB Blaster(../quartus/drivers/usbblaster/*.inf). And not able to see ur USB BLaster in Programmer window.....if you are sure that nothing is wrong with driver(signed driver),and u are able to connect your pc with other USB Blaster, i mean try out if its possible with the other similar board(may be of frnd) if programmer window detects it...then the only problem is ....(this was my case) When u plug in USB Blaster this blaster assigns an serial id to the device on board(eeprom)....you need to change this serial id...you can reprogram this by using the utility MProg from FTDI...u need .ept file .... create an .ept(sampe.ept)d file by copying the below content.... [Basic Details] Device Type=3 VID PID Type=2 USB VID=09FB USB PID=6001 [USB Power Options] Bus Powered=1 Self Powered=0 Max Bus Power=150 [USB Serial Number Control] Prefix=91 Use Fixed Serial Number=0 Fixed Serial Number=91d28408 [USB Remote WakeUp] Enable Remote WakeUp=0 [Windows Plug and Play] Enable Plug and Play=0 [USB String Descriptors] Manufacturer=Altera Product=USB-Blaster [Programming Options] Only Program Blank Devices=0 [BM Device Specific Options] USB Version Number=0 Disable Serial Number=0 IO Pin Pull Down in Suspend=1 [Dual Device Specific Options A] RS 232 mode=1 245 FIFO mode=0 245 CPU FIFO mode=0 OPTO Isolate mode=1 High Current Drive=0 [Dual Device Specific Options B] RS 232 mode=1 245 FIFO mode=0 245 CPU FIFO mode=0 OPTO Isolate mode=0 High Current Drive=0 [Dual Device Driver Options A] Virtual Com Port Driver=1 D2XX Driver=0 [Dual Device Driver Options B] Virtual Com Port Driver=1 D2XX Driver=0 and in Mprog tool open this ept file ....and then say program..... u will give a new serial id to your device.. plug out ur uSB blaster,....then plugin ....now again instal ur AlteraUSBBlaster Driver....hope you will be able to see it in programmer window.. Hope this may help you ...