BASIC Stamp within Linux
devscott_bside
Posts: 3
Hey Everyone,
Over the last couple of months I've been working on, as a self study student project, a set of tools for Linux that would allow users to work with there BASIC stamp. I'm very happy with the current state of things and would like to invite any Linux users to try them out. All the BASIC stamps are supported along with both types of connectons (USB and SERIAL), but only the BS2 has been tested since it's the only stamp I have.
The website is www.devscott.org/projects/bside
ALL Feedback is most certainly welcomed.
Thanks and Happy 4th of July to everyone.
Over the last couple of months I've been working on, as a self study student project, a set of tools for Linux that would allow users to work with there BASIC stamp. I'm very happy with the current state of things and would like to invite any Linux users to try them out. All the BASIC stamps are supported along with both types of connectons (USB and SERIAL), but only the BS2 has been tested since it's the only stamp I have.
The website is www.devscott.org/projects/bside
ALL Feedback is most certainly welcomed.
Thanks and Happy 4th of July to everyone.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
My project is an AUV which I am using as a self-learning/career enhancement tool. Your tool will help with the development, and the code will help me learn how to deal with the serial comm between the Linux box and the AUV during prototype testing.
So, thanks a bunch for the tool and the code!!
Rodger
I'm glad you found the tools useful. I hope you keep in touch and follow along with project. New releases coming out around the 15th of every month.
If you don't mind me asking, what stamp are you using? I ask so that I can update our page to say "Yep, we know this stamp works".
I have problem when installing bside on my openSUSE 11.0, like this:
# make
g++ -c -o bstoke.o bstoke.cpp
g++ -Wall bstoke.o -o bstoke -ldl
g++ -c -o bside.o bside.cpp
bside.cpp: In function ‘int main(int, char**)’:
bside.cpp:74: error: ‘EXIT_SUCCESS’ was not declared in this scope
bside.cpp:91: error: ‘atoi’ was not declared in this scope
bside.cpp:123: error: ‘EXIT_FAILURE’ was not declared in this scope
bside.cpp:148: error: ‘EXIT_FAILURE’ was not declared in this scope
make: *** [noparse][[/noparse]bside.o] Error 1
Could you help me?
Thanks