Page 1 of 1

AvrCDC Vista problem

Posted: Tue Feb 19, 2008 10:54 am
by Zex12
Hi to all.

I was make changes in the avrcdc.inf, usbser.sys -> brusbser.sys and vista recognize my adapter like COM4.
Problem is that port is visible in device manager but any terminal software did not recognize that port is exist.
Any solution?

P.S. Sorry about my english.

Posted: Fri Feb 22, 2008 3:50 pm
by Zex
Nobody?

Posted: Tue Feb 26, 2008 6:29 am
by Guest
Same here!

Posted: Thu Feb 28, 2008 10:47 pm
by christian
I don't have Vista so I can't really comment, but I have heard/read that the device should have a serial number. Set one in usbconfig.h and it should work more reliably.

Posted: Fri Feb 29, 2008 1:53 am
by Guest
I tried:

Code: Select all

   #define USB_CFG_SERIAL_NUMBER_LENGTH  5
  int usbCfgSerialNumberStringDescriptor[] PROGMEM = {
      USB_STRING_DESCRIPTOR_HEADER(USB_CFG_SERIAL_NUMBER_LENGTH),
      '1', '2', '3', '4', '5'
  };


in usbdrv.c but => same problem.

port not available

Posted: Mon Mar 24, 2008 7:00 pm
by deo
I was successful in installing the driver on vista but same problem....
none of the software.. avrstudio or cvavr are able to connect to the port .
Apparently the port is not available.

If anyone has any idea kindly help.

~deo

Re: port not available

Posted: Tue Mar 25, 2008 3:43 pm
by wolf
deo wrote:I was successful in installing the driver on vista but same problem....
none of the software.. avrstudio or cvavr are able to connect to the port .
Apparently the port is not available.

If anyone has any idea kindly help.

~deo


I even contacted Osamu, but he could not help either. With the advent of
Vista on notebooks, I think it is crucial to solve this problem.