BS2 to Text file
Hops
Posts: 7
Wow, this is a cool new forum[noparse]:)[/noparse]
I'm trying to get my BS2 to send information to a text file I can then use on my website. If possible it would be really neat if I could have read text files as well. If anybody has any information or sourcecode that could be sent to help me please do!
-Hops
I'm trying to get my BS2 to send information to a text file I can then use on my website. If possible it would be really neat if I could have read text files as well. If anybody has any information or sourcecode that could be sent to help me please do!
-Hops
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
Regards,
Al Williams
AWC
http://www.marshallsoft.com/rs232.htm
http://www.sc-systems.com/index.html
http://www.emesystems.com/BS2rs232.htm
http://www.tldp.org/HOWTO/Serial-HOWTO-3.html
The 3rd link is Stamp-specific.
Harry
bs2-serial.exe -s "text out"
or
bs2-serial.exe -r "text-log.txt"
I know how to send all of the data from the stamp, and even recieve it with serial communication software or the DEBUG terminal. The problem is I need to be able to run the whole program from the command line so in PHP i can command
<?PHP exec("bs2serial.exe s 'text out'"); ?>
There was a program I found, EzCom2Web but it's shareware and requires $25 to work without restrictions.
Most of the links above are helpful, so thanks to those who helped! and if anybody has anymore ideas or questions for me, let me know
EDIT: I know that most of these links are for C++ but I also know Java
Post Edited (Hops) : 7/27/2004 8:05:55 AM GMT