Sending data via php
genistrek
Posts: 1
Hello!
I want to accomplish sending data to the basic stamp using PHP.
I have looked at some links, and I need to do this with only one serial cable.
By that I mean I simply want the light to turn on by entering a website.
Even better if it's possible to convert pbasic to php-code so that php can program the BASIC Stamp.
Any suggestions?
I want to accomplish sending data to the basic stamp using PHP.
I have looked at some links, and I need to do this with only one serial cable.
By that I mean I simply want the light to turn on by entering a website.
Even better if it's possible to convert pbasic to php-code so that php can program the BASIC Stamp.
Any suggestions?
Comments
i think you are going to have to check out either an 'in between' piece of code such as VB .net or C#, they can communicate with com ports if you are using .net version 2.0 or above, they can also communicate with php. i think thats your best option (also easiest). i might be wrong something might have changed in the last 3 years since i programmed a microchip via the web.
anyway you should do some research on the web on communicating with a simple VB/C# app to get to your com port. there are lots of examples on how to talk to your BS on the forum. just need to figure on your own how to talk through them.