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.
AvrCDC Vista problem
I tried:
in usbdrv.c but => same problem.
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
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
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
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.