Help new guy with downloading OBJECTS from OBEX
Bill C Cooley
Posts: 18
Hello,
I have been to the OBEX list of objects. I have found 'full duplex serial.spin'. but not been able to download the file. Surprisingly, I was going to say it would not copy and paste the full text either, but it just pasted to this email, but not into an empty new file folder. no download button on the page
How do I obtain the files from OBEX once isolated? I see all the lovely objects folks have produced, I just can't move them from that list to my computer. What's the secret?
Bill
Comments
BTW, This particular file is in the Propeller Tool Library.
I tried to use "Save Target As . ." but it didn't work. Apparently this did work.
Edit: I can open it in a new tab.
I remember reading the cause of this trouble but I don't remember what it was. I think it has to do with how the files were moved from the old OBEX to the new one.
Edit again: Apparently you can use "Save target as. . .".
The file should be "zipped-up" into an archive before it's made available in OBEX. Then, browsers will "do the right thing" and download the file, where it may automatically be de-compressed or the user may be prompted for that process.
Consider this thread a bug report to the Parallax OBEX owner whomever that might be.
dgately
I guess it depends if you want ".spin" files to be easily downloaded. As it is the "Save target as. . ." appears to work.
I suppose you could have your IT guys take a look and get their opinion on the matter. IMO, it's not a big deal and I think I agree with dgately on this.
My drop down menu offered 'Save Link as', I didn't choose it. I clicked one more time, again it opened up, but then when I right clicked in the text, it offered Save As, and it the Name was already 'FullDuplexSerial.spin'. And the Save Location was already 'My Downloads'. It seems as though the file came to my machine and then opened, all in one go.
The main thing is I have it now and my code compiles much farther down the page, and I'm not nuts, it didn't want to download.
THANKS THANKS THANKS
Bill Cooley
Does just having this file name in the window to the left the code window do it, even after you disconnect from your computer to run on it's own? Is it some how actually part of the programming once compiled?
I'm not sure if I'm following you. You need to have the program open in the Propeller Tool and press F11 to load it to the EEPROM.
Are you using the Propeller Tool or Simple IDE?
Ltech
I'm very new, my question is;
1.Placing Objects in the window to left of the code window and referring to them in the OBJ section will incorporate them fully enough in to your code without seeing the full text of the 'Object' in the code? It seems that way.
2. Doesn't having several Objects quickly consume your memory,
Yes, (in general) the objects the left are likely in the same directory as your top object and if they are listed in the OBJ section then they'll be included in your code.
This is a big "it depends" on the size of the object. The editor/compiler BST (Brad's Spin Tool) has an option to remove unused methods from the code.
You can check on your code size by pressing F8.
You'll likely find adding video objects will use a lot of memory.