The AVR and MCS51 backend detects a uC connected to a
dapa programmer interface, even if nothing is connected
to the parallel port at all. That means that it is not
possible to know if the programmer of uC is really
working or not.
Using this command, with nothing connected to the
parallel port
uisp -dlpt=/dev/parport0 --erase -dprog=dapa -v=3 -d89
-dpart=AT89S52
returns:
Atmel AT89 AT89S52 is found.
Erasing device ...
Reinitializing device
Atmel AT89 AT89S52 is found.
------------------------------------------
or either
uisp -dlpt=/dev/parport0 --erase -dprog=dapa -v=3
-dpart=ATmega8
results in this output:
Atmel AVR ATmega8 is found.
Erasing device ...
Reinitializing device
Atmel AVR ATmega8 is found.
------------------------------------------
Both situation clearly are not correct.
Logged In: NO
The version in question is:
uisp version 20040311