visual basic
cplatt
Posts: 55
I would like to control my BS2 by a visual basic program on my computer via the serial cable. (The stamp in turn will control two MAX7219s display chips) Could anyone give a direction? Thank you (esp M. Green) if you can help.
curtis
curtis
Comments
www.theabramgroup.com/basicstamp/
Edit: Sorry about that. Good question, though. I look forward to the answers.
Post Edited (sylvie369) : 10/20/2008 3:01:09 PM GMT
http://forums.parallax.com/showthread.php?p=671804
Jeff T.
curtis
The idea behind the posts was to provide an interesting GUI for a Stamp, Prop, SX, Compass Module, RFID reader or any device that has serial capabilities and would benefit from a PC interface.
The articles just scratch the surface for beginners ( like me ) to get a head start, there is a lot more can be done graphically and programatically, this one turned out·nicely
http://forums.parallax.com/showthread.php?p=654587
One of the best examples from my point of view was one of the last programs posted in the VB Express Template thread and its called Com_Template.zip, I like the way the data recieved event is used as a signal to the PC to transmit data, it prevents the Stamp from having to wait an excessive time before continuing it's program loop.
To answer your question , yes the serial port can be used with almost any external serial device.
Jeff T.
Bottom line -- the BS2 provides that "simple interface" that you CAN hook almost any IC up to the I/O pins, and the 'other' end to your serial port.
Jeff T
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
Could You PostRelpy what You ended up w/ ..I mean as far as the programs You got to work w/ the BS2 ??? I Didn't follow the post through from the begaining And I think I missed something Along the way. Thanks
________________$WMc%_______________________
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
With Visual Studio you have the benefit of thousands of online tutorials , videos and communities which makes for a very short learning curve. VB6 to Visual Studio is like going from Windows 2000 to Vista, intitially most people are reluctant to change but in the end we have to.
If you can bite the bullet and at least try Visual Studio Express edition you will be up and running with your BS2 in next to no time.
Jeff T.
curtis