Michael Legleux <[email protected]> wrote: > The programmer is known to work, as I just used it to program the > attiny2313 in win xp
I'm afraid the only resort is to trace their USB traffic. As they are obviously using their own AVR Studio / Atmel Studio plugin, they could implement whatever programming protocol they want. It could be something as simple as a different baudrate (the FT2232 can handle arbitrary baud rates, and some Arduino loaders have been reported to use e.g. 250 kBaud), but it could also be a completely different protocol which AVRDUDE does not support yet. Alternatively, if you don't have an USB tracer but do have a Logic Analyzer, you can trace the signals behind the FT2232. -- cheers, Joerg .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-chat mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-chat
