Shop OBEX P1 Docs P2 Docs Learn Events
BASIC Stamp within Linux — Parallax Forums

BASIC Stamp within Linux

devscott_bsidedevscott_bside Posts: 3
edited 2008-08-06 09:17 in BASIC Stamp
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.

Comments

  • FranklinFranklin Posts: 4,747
    edited 2006-06-30 18:31
    Cool! I'll download it when I get home (MS at work) and give it a try.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • devscott_bsidedevscott_bside Posts: 3
    edited 2006-07-01 04:53
    Hope no one minds. Here is a screen shot showing the detection of the stamp and running what is in the stamp

    dbimage.php?id=77770
  • RodgerRodger Posts: 1
    edited 2006-07-01 17:04
    I just downloaded bside. Looks great. I currently have my Stamp development stuff on one of my windoze boxes, so now I can get it over to a real computer [noparse]:)[/noparse]
    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
  • devscott_bsidedevscott_bside Posts: 3
    edited 2006-07-01 20:29
    Roger,

    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".
  • tekuniqtekuniq Posts: 1
    edited 2008-08-06 09:17
    Dear,

    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
Sign In or Register to comment.