Shop OBEX P1 Docs P2 Docs Learn Events
Option request for PNut — Parallax Forums

Option request for PNut

BaggersBaggers Posts: 3,019
edited 2013-04-06 09:55 in Propeller 2
I'm now getting way over the PNut download max, even with having data already in hub-ram.

Is there any chance you could add a compile only option? so that it doesn't download a chopped file and run it?

Cheers,
Jim.

Comments

  • Cluso99Cluso99 Posts: 18,069
    edited 2013-04-06 03:42
    Baggers: Use P2load with the .obj file created by pnut. This file does not get truncated like the .bin file does (pnut creates both). You can compile only with Ctl-L (gives a listing sort of) in pnut (another Ctl-L returns to the editor). You can autosave by selecting the option (about the second last dropdown). This only remains active for the session.

    So I have 2 windows open...
    a pnut window for editing & compiling
    a Dos window (run cmd) which uses a batch file to run p2load to download (and -T or -t for a terminal in the dos window)
  • SapiehaSapieha Posts: 2,964
    edited 2013-04-06 05:43
    Hi Baggers.

    For that You can use Ctrl-L one time for compile then Ctrl-L - Back to source


    Baggers wrote: »
    I'm now getting way over the PNut download max, even with having data already in hub-ram.

    Is there any chance you could add a compile only option? so that it doesn't download a chopped file and run it?

    Cheers,
    Jim.
  • BaggersBaggers Posts: 3,019
    edited 2013-04-06 09:55
    Ah, right Ctrl-L thanks guys :)
Sign In or Register to comment.