Shop OBEX P1 Docs P2 Docs Learn Events
Propeller autosave/restore — Parallax Forums

Propeller autosave/restore

Luis DigitalLuis Digital Posts: 371
edited 2007-01-21 15:14 in Propeller 1
And what happens if its PC exploits?

I present them Propeller autosave/restore: turn.gif
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.
1024 x 768 - 66K
Sign In or Register to comment.