can I use a mac?
bigbear
Posts: 1
I am working on a stepper motor interface via the USB port, and I thought a basic stamp might be the way to go. I am using an apple ibook running OS X. Will i be able to use my mac with this thing?
thanks,
BB
thanks,
BB
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
www.muratnkonar.com/otherstuff/macbs2/
Be sure to read the requirements for the USB-to-Serial adapter if you're going to use a serial-based programmer. I've been working with the software for a week or so using the Board of Education programmer and it all works well. The other thing you'll need though is a terminal program if you're going to talk to the Stamp while it's running a program. Here's a link for one called goSerial:
www.furrysoft.de/?page=goserial&furrysoft=4cfa802b7d1d17bb2f690b47ab42f79c
Good Luck!
1) There's a bug in the program that makes it look like you're in pbasic 2.5 mode when you start a new program when, in fact, you're in 2.0 mode. Get in the habit of selecting 2.0 then 2.5 every time you start a new program and you'll be fine.
2) The debug window is rudimentary. It understands CLS and CR, but not the clear commands (CLREOL, CLRDN) or any of the cursor positioning commands. (I think it understands HOME, but I don't remember for sure.)
3) If the "{$STAMP BS2}" directive isn't the first line in the file you'll get an error message. So if you download demo code, you'll need to move that line to the top before you can run the program.
Aside from that, it's great to have a way to use the BASIC Stamp from the Mac. Of course I'm hoping that Parallax will eventually see the light and start supporting the Mac directly now that it's the Alpha Geek machine of choice. But at least they made it possible by releasing the tokenizer for the Mac.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
OS-X: because making Unix user-friendly was easier than debugging Windows
www.muratnkonar.com/otherstuff/macbs2/downloads.shtml
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
OS-X: because making Unix user-friendly was easier than debugging Windows
Stampw.exe does not make that association and it can become quite confused when you rename a project file. So I have a strategy there that involves making copies and renaming the files on the desktop. That works too in MacBS2, but the new system is less work. MacBS2 requires a separate window for each project, with a tab for each slot, whereas in STAMPW, one window cann have tabs for many separate projects.
The new MacBS2 with the $STAMP and $PBASIC directives in the listing allows much easier movement of files back and forth to the Windows environment.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com