Interfacing PBASIC with Visual Basic
Hi!
Would anyone here happen to know if there is any way to make a Visual Basic mask for a PBASIC program?
I need it to make an everyday use program for dimming lights.· I only need the controls to be in Visual Basic or some other visual programming language.
Thanks!!!!!
Would anyone here happen to know if there is any way to make a Visual Basic mask for a PBASIC program?
I need it to make an everyday use program for dimming lights.· I only need the controls to be in Visual Basic or some other visual programming language.
Thanks!!!!!
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
I have the PBASIC file if you want to look at it.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
hold on.
http://www.users.on.net/~cit/html/visual_basic_mscomm_control.html
·It's likely any other mechanism you can come up with will use the same or more interface pins to talk with the PC while it's running. You then create a protocol so VB and the Stamp know what each is saying.· As it was said above... the rest is programming.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There's nothing like a new idea and a warm soldering iron.
my test program (vb.net 2005 express) doesn't always like to connect to the rs232 port, something about vb.net.
then the next question is the stamp telling your vb program want to light up? or is your vb program have buttons on it and making something on your stamp light up? or both?
no, not likely
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There's nothing like a new idea and a warm soldering iron.
Post Edited (pwillard) : 8/29/2007 1:14:07 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
I have a feeling what you want has already been done.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There's nothing like a new idea and a warm soldering iron.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
the vb prgm has three options (red yellow green) you click on the one you want to light up on the stamp.
like I said the vb .net (2005 express) rscom control does seem to be a little flakey for me so if you can find a way to unflake it please let me know.