Shop OBEX P1 Docs P2 Docs Learn Events
new version of stampbc: v2.1 — Parallax Forums

new version of stampbc: v2.1

Adrian SchneiderAdrian Schneider Posts: 92
edited 2011-08-03 18:28 in Robotics
attached the latest version of stampbc 2.1:

fixed the above mentionned bug
made up the showtty tool a bit
EXPERIMENTAL: added some support of the latest BS2px module:
in showtty enter: bspx
shell: stampbc -iBS2px -s0 myprog.bs2
(see README for details on v2.1)

A new version (2.2) of stampbc is to be expected as soon as parallax comes with a new tokenizer with
full support of the BS2px

regards
Adrian

Comments

  • noah44noah44 Posts: 21
    edited 2005-05-16 23:45
    Adrian,
    Thank you for the updated version. Linux rocks.
    Noah
  • joe from NYjoe from NY Posts: 22
    edited 2006-01-09 17:41
    will this work with puppy linux?
  • Paul Sr.Paul Sr. Posts: 435
    edited 2006-02-03 15:21
    Adrian Schneider said...
    attached the latest version of stampbc 2.1:

    fixed the above mentionned bug
    made up the showtty tool a bit
    EXPERIMENTAL: added some support of the latest BS2px module:
    in showtty enter: bspx
    shell: stampbc -iBS2px -s0 myprog.bs2
    (see README for details on v2.1)

    A new version (2.2) of stampbc is to be expected as soon as parallax comes with a new tokenizer with
    full support of the BS2px

    regards
    Adrian

    2 Questions if I may

    - Has 2.2 become available?
    - Where can I look for the latest files (URL)?

    Thanks,
    Paul
  • Adrian SchneiderAdrian Schneider Posts: 92
    edited 2006-03-14 07:31
    Hi everyone
    Sorry for answering late - i didn't come here for some time.

    As parallax did not yet provide a new linux tokenizer with full px support, version 2.2 of stampbc
    has yet to come.

    The latest files (2.1) are right up here in the first post of this thread, look at the link near "File Attachment :"

    Regards
    Adrian
  • blackmoreblackmore Posts: 1
    edited 2006-09-28 12:36
    I have just got the following version installed.

    stampbc v2.1 (2005), compiler using Parallax tokenizer library 1.23

    But if I try >> stampbc -j

    I get

    trying to identify the stamp

    I have tried chmod 777 /dev/ttS0

    and I have tried

    showtty /dev/ttyS0

    or just showtty as /dev/ttyS0 is the default. Then enter the following commands

    9600 raw -echo -hupcl


    But still no joy

    Its a BS2 and is fine with windows...

    Anyone any ideas

    Thanks

    Simon
  • slackjackslackjack Posts: 25
    edited 2006-09-29 02:34
    I have the same problem as above. I know for sure that the stamp is on /dev/ttyS0, becuase I have tested this with another bstamp linux environment. But the problem with that is that the debugin command does not work. So I went looking and found this. But this is complaining about so stamp found! This is getting frustrating.
  • GordieGiiGordieGii Posts: 1
    edited 2011-08-03 18:28
    I tried to install according to the readme file and got stuck here:

    gordiegii@GGGii-IONITX:~/StampBC/stampbc_2.1$ make clean
    rm -f *.o
    rm -f stampbc
    gordiegii@GGGii-IONITX:~/StampBC/stampbc_2.1$ make
    g++ -Wall -D_COLORFUL -c stampbc.cc
    In file included from SBCompiler.h:12,
    from SBProject.h:15,
    from stampbc.cc:20:
    defs.h:16:4: error: #error 'word' MUST be 16 bits!
    defs.h:20:4: error: #error 'byte', 'char' and 'bool' MUST be 8 bits!
    defs.h:25:6: error: #error 'int' MUST be 32 bits!
    stampbc.cc: In function ‘int processOptions(int, char**, SBProject&)’:
    stampbc.cc:81: warning: suggest parentheses around arithmetic in operand of ‘|’
    stampbc.cc:133: error: ‘atoi’ was not declared in this scope
    stampbc.cc: In function ‘int main(int, char**)’:
    stampbc.cc:185: error: ‘exit’ was not declared in this scope
    make: *** [stampbc.o] Error 1

    Does anybody know how to fix this?
Sign In or Register to comment.