programming BS without BasicStamp Editor
mxenos
Posts: 2
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!!!!·
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
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.
I think that tokenizer is right for me. I am reading about it. Thank you Bill!!!