Shop OBEX P1 Docs P2 Docs Learn Events
programming BS without BasicStamp Editor — Parallax Forums

programming BS without BasicStamp Editor

mxenosmxenos Posts: 2
edited 2007-06-24 15:52 in BASIC Stamp
I 'd like to use the Basic Stamp Board in a educational project with the Microworlds Pro Software.
The Microworlds Pro can communicate with serial port and can handle third party DLLs
Is there any DLL·that can·I use to programming BS without the use of BS Editor ?
Do I have to build a DLL my own?
Have anyone·any idea about communicating and programming BS through other programs or IDEs(for example VB)?

Does the communication need any·special protocol? And what about the commands? Is there a list of available command codes for·serial programming?

....too many questions...

Thanks a lot!!!!·

Comments

  • Bill ChennaultBill Chennault Posts: 1,198
    edited 2007-06-22 00:08
    mxenos--

    I think everything you need is right here: Basic Stamp Tokenizer. And, I THINK it is all free. I have had the same idea, but I can think of only a single "improvement" I would make. Either the IDE or the DEBUG environment needs the capability of logging anything that appears in DEBUG to disk in some comma delimited, ASCII format.

    To me, it looks like you might write your front end in VB6.0 and do anything you wish. Download the appropriate Parallax PBasic syntax manual (free) for the commands.

    --Bill

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    You are what you write.
  • Kevin WoodKevin Wood Posts: 1,266
    edited 2007-06-22 16:44
    What kind of computer & operating system are you using?
  • mxenosmxenos Posts: 2
    edited 2007-06-24 15:52
    I am using WinXP

    I think that tokenizer is right for me. I am reading about it. Thank you Bill!!!
Sign In or Register to comment.