is there anybody out there who can help me to solve this problem ...
i built the avr-doper, seen at this site ...
i am very glad to find a programmer-solution via usb
the programmer works fine on my desktop-pc with xp-home sp2
but on my laptop, it is impossible to get a connection ...
the log file says:
>>
Failed opening port
Returned status: Client: The com port could not be opened
Port closed
Returned status: Command succeeded
<<
there is no firewall installed, witch could block this
please help me to use the programmer also mobile
connection failed
Implementing the CDC device class with AVR-USB is slightly outside the specs. It may therefore be unreliable on some computers. The driver you mentioned may change the USB timing and thus cause the CDC implementation to fail, although it's otherwise completely OK.
If you have a choice, I would recommend that you use AVR-Doper with avrdude in HID mode.
If you have a choice, I would recommend that you use AVR-Doper with avrdude in HID mode.