Basic Language with easy to use com port to interface stamp
metron9
Posts: 1,100
I have read previous posts on how to interface the stamp via a com port to Windows. My son has decided to learn to program (finally) and he is starting with C. However that prompted me to search for an old standby BASIC.· I just downloaded the trial software and it is very simple to learn. Sample programs like asteroids are also in the examples. Accessing the com port has simple com commands perfect for the new basic stamp user interface with their computer. The full version is only 25 bucks, full windows API and direct x access and a nice IDE.
http://www.ionicwind.com/index.php?option=com_content&task=section&id=6&Itemid=45
enjoy...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think Inside the box first and if that doesn't work..
Re-arrange what's inside the box then...
Think outside the BOX!
http://www.ionicwind.com/index.php?option=com_content&task=section&id=6&Itemid=45
enjoy...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Think Inside the box first and if that doesn't work..
Re-arrange what's inside the box then...
Think outside the BOX!
Comments
Getting BASIC to talk to a Stamp is easy. However, unless you are very familiar with serial communications in BASIC, it is not straight-forward. I am (used to be) a BASIC professional. But, not in the serial communications area. I needed a lot of help getting Visual Basic 6.0 to send commands to a Stamp. But, once done, the communications issue is rather trivial . . . at least at the level I need.
--Bill
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
You are what you write.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
One thing to bear in mind is that just because a particular language supports serial it doesn't mean that it's going to be easy to use how you want to. I tried a number of alternatives but always ended up back with VB6.