BS1 support, latest IDE, and just call me Rip vanWinkleStamp...
patmat2350
Posts: 6
in BASIC Stamp
After several years and PCs away from my last efforts with Stamps, I'm diving back into reworking an old BS1 project.
Loaded the new IDE onto my Win10 machine, and... say what??!?
Unlike the old editor, the new IDE seems to have no tools... no memory map, etc. Practically a blank screen. No help, no docs, I guess it's all supposed to be obvious.
And though I can type stuff in the edit window, I can't connect to my BS1 through USB cable-> USB to 232 adapter -> BS1 serial adapter... try a download, get "Expected a target module: BS2, BS2E, (etc.)"... no BS1 in that list!
Maybe I'm forgetting how I did this in the past, but what am I missing? How do I program a BS1 these days?
Loaded the new IDE onto my Win10 machine, and... say what??!?
Unlike the old editor, the new IDE seems to have no tools... no memory map, etc. Practically a blank screen. No help, no docs, I guess it's all supposed to be obvious.
And though I can type stuff in the edit window, I can't connect to my BS1 through USB cable-> USB to 232 adapter -> BS1 serial adapter... try a download, get "Expected a target module: BS2, BS2E, (etc.)"... no BS1 in that list!
Maybe I'm forgetting how I did this in the past, but what am I missing? How do I program a BS1 these days?
Comments
----
Mascot away, please your requests written down neatly next to the statue.
Are you using the first one listed here, for Windows? https://www.parallax.com/downloads/basic-stamp-software
Ken Gracey
Curious though- does the Chrome editor have any of the tools, maybe hidden somewhere?
Did order an Arduino anyway, we'll see how long it takes an old dog to learn that trick.
The Chrome extension, though, that's a Stamp2 family members targeted application. Do you recall how you downloaded it and even installed it?
Ken what's that sitting on the desk staring at you as you consider a response to mine? Oh yes, its your icon, a fully dressed for fun activity board.
Jeff, stay safe where you are. The environment where you are is not safe for technologists, cats and robots.
----
Mascot away, please your requests written down neatly next to the statue.
I started with the BS2 but I have since moved on to the Propeller though I have a few Arduinos to play with.
The Arduino is a lot faster than a BASIC Stamp and it can be programmed directly in Assembly language but it is still a single core microcontroller.
The Propeller on the other hand has multiple independent cores that can do several things at once and Spin language closely resembles PBASIC.
I don't know about you but I have never been fond of programing in C.