I should program my microcontroller and I used dapa for it.
But when I used uisp to connect to the microcontroller, I got this error:
My command:
uisp -dprog=dapa -dlpt=0x378
And output:
ioperm: Success
Failed to get direct I/O port access.
What does it say and what does it mean?
groupsandls -l /dev/ttyS0, so we can check your permission on serial ports. – Eric Carvalho Dec 15 '12 at 15:05groupsandls -l /dev/lp* /dev/parport*. – Eric Carvalho Dec 17 '12 at 14:00