I made a program using the Arduino Atmega32U4.
As a security issue, I tried to extract the hex code because I wanted to know if this program was duplicated.
avrdude -C"\avrdude.conf" -v -V -patmega32u4 -carduino -PCOM15 -b9600 -D -Uflash:w:C:\test\sketch_jun07b.ino.hex:i
This is what I executed in Command Line.
Avrdude ended with the following error: avrdude: stk500_getsync () attempt 1 of 10: not in sync:
Can you tell me if there is no risk of extracting and duplicating hex code from beetle or chipset unlike arduino board?
unlike arduino board? ... what kind of risk are you talking about?-c stk500v1in that case. Also,-U flash:w:xyz:itries to write a hex file to your device, with xyz being the path. You'd want that to be-U flash:r:xyz:i