Propeller autosave/restore
And what happens if its PC exploits?
I present them Propeller autosave/restore:
Linux and FT232R works well.
I present them Propeller autosave/restore:

PUB Copiar_a_Terminal | i
Serial.Start(31,30,%0101,9600)
i:=@backup
repeat until i == @fin
Waitcnt(100_000 + cnt)
Serial.str(i)
++i
Waitcnt(clkfreq + cnt)
Serial.Stop
DAT
backup file "sourcecode.spin"
fin byte 1
Linux and FT232R works well.

