.bat activated download of stamp routine
MacroEng
Posts: 4
I am interested in creating a batch file that will automatically download a routine to a stamp.
Are DOS commands sufficient for this activity?· Or is a Windows macro more suited?
Do I merely copy the .bpx file to the correct COM port?· Is this possible with DOS?
Any help is appreciated.
Matthew
Are DOS commands sufficient for this activity?· Or is a Windows macro more suited?
Do I merely copy the .bpx file to the correct COM port?· Is this possible with DOS?
Any help is appreciated.
Matthew
Comments
>stampw.exe /help
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Then, when you execute that EXE file, the resulting code will be downloaded to a connected BS2.
You could also select to create a StampLoader.exe, and a *.OBJ file of your compiled code. In this case, I believe you can download with a command line "StampLoader /COM1 /NoInfo Myobj.obj"
For more detail, run "Stamploader /?", and you'll see a page with all the options.
Note the difference between this approach, and the StampW.exe approach, is in this one you store your code as a tokenized form, where with StampW.exe you store it as source.
Up to you which one you pick.· Either way the same code gets downloaded into your BS2.
Matthew