Basic Stamp & PINK module: Can you control serout data remotely?
TonyA
Posts: 226
Hi,
I am just reading now about the use of the PINK module. Do I understand this correctly;
1. You hook up your basic stamp to the PINK module.
2. You can now remotely control the basic stamp via the internet using a webpage with the HTML POST command?
By using POST you can change the value of variables in your basic stamp program?
Could I remotely control the serout data of my basic stamp?
Thank you,
Tony A
I am just reading now about the use of the PINK module. Do I understand this correctly;
1. You hook up your basic stamp to the PINK module.
2. You can now remotely control the basic stamp via the internet using a webpage with the HTML POST command?
By using POST you can change the value of variables in your basic stamp program?
Could I remotely control the serout data of my basic stamp?
Thank you,
Tony A
Comments
http://forums.parallax.com/showthread.php?p=556998
You can 'instruct' the BS, via the pink variables and udp messages, to do what you want.
regards peter
·
The Stamp reads or writes those variables using SERIN and SEROUT commands to the PINK serial interface. Once you have those on the Stamp, it is up to you what your Stamp program will do with them. For example, your Stamp program could then take the information entered remotely from the internet and SEROUT it to another Stamp serial port.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
This is possible?
Tony