Shop OBEX P1 Docs P2 Docs Learn Events
Basic Stamp Loader software - like the Propeller loader — Parallax Forums

Basic Stamp Loader software - like the Propeller loader

ValeTValeT Posts: 308
edited 2015-03-11 16:45 in General Discussion
Hey everyone,

I am not sure if I am blind, but I cannot seem to find a Basic Stamp loader like the Propeller loader. Does anyone know where I can find one? I'm trying to work on some new BlocklyProp features........

Thanks!

Comments

  • PublisonPublison Posts: 12,366
    edited 2015-03-01 13:15
  • PublisonPublison Posts: 12,366
    edited 2015-03-01 13:24
    There is a PDF in the Basic Stamp Directory called "StampLoader.PDF", but the file does not seem to exist in the directory anymore.

    Curious.
  • PublisonPublison Posts: 12,366
    edited 2015-03-01 13:49
    Brain Fart. :)

    Here is how to create it when generating BS2 code.

    attachment.php?attachmentid=113335&d=1425246942

    attachment.php?attachmentid=113334&d=1425246556
    697 x 561 - 150K
    484 x 403 - 155K
  • ValeTValeT Posts: 308
    edited 2015-03-01 14:25
    Publison wrote: »
    Brain Fart. :)

    Here is how to create it when generating BS2 code.

    attachment.php?attachmentid=113335&d=1425246942

    attachment.php?attachmentid=113334&d=1425246556

    Thanks Publison!!! I will try this out later today or tomorrow and come back if there are any issues.

    Wish me luck with my Blockly addition!
  • ValeTValeT Posts: 308
    edited 2015-03-11 16:32
    Sorry for the late update, been busy at school and with working on BlocklyProp.

    So I have generated object code and have the StampLoader.exe file as well. Can the StampLoader be called from the command line? Is that possible?

    Also, I am unfamiliar with what the tokenizer for the BasicStamp is. Can someone explain what it is to me?

    Thanks and sorry for the stupid questions,
    Vale
  • Mike GreenMike Green Posts: 23,101
    edited 2015-03-11 16:37
    The tokenizer is the Stamp Basic compiler. It's available as a Windows, MacOS, or Linux library and there's a document downloadable from Parallax that describes how to call the library (https://www.parallax.com/downloads/pbasic-tokenizer).
  • ValeTValeT Posts: 308
    edited 2015-03-11 16:45
    Mike Green wrote: »
    The tokenizer is the Stamp Basic compiler. It's available as a Windows, MacOS, or Linux library and there's a document downloadable from Parallax that describes how to call the library (https://www.parallax.com/downloads/pbasic-tokenizer).

    Awesome! Thanks for the help. I have downloaded it, but I have no idea how to use it :D ....I guess I will start by asking a simple question. Can it be called from the command line?

    Thanks,
    ValeT
Sign In or Register to comment.