Hi cjdelpi,
to get a grasp of how difficult it is write an Arduino program that writes its own source code to Serial.
don't google for it as it can be done,
hint:
void loop() {}
can be empty.
Hi cjdelpi,
to get a grasp of how difficult it is write an Arduino program that writes its own source code to Serial.
don't google for it as it can be done,
hint:
void loop() {}
can be empty.