communication between basic stamp, and C++
polymer
Posts: 4
Hey! I am doing a project for school where a wiimote can act as an input device for the basic stamp, I thought I could do this by connecting to the wiimote with C++ and then have C++ address the values into memory, which then the basic stamp could access. I don't know if this is possible, but I am hopeful considering it can send debug information back to the PC. If there is anybody who has enough experience to tell me whether this will work or not, I would appreciate some help [noparse]:)[/noparse].
Comments
This is a HTML Logger logging in/out serial activity - you can have the stamp waiting for serial data (serin) - this can be sent from this application - assuming the stamp is programmed to react to the string - it carries out whatever you set it to do .. it can then send back (serout) a confirmation string to say action was completed - all transactions both tx and rx are logged in a html file...
http://forums.parallax.com/showthread.php?p=640960
and a link to latest version ... of this program
http://forums.parallax.com/attachment.php?attachmentid=46405
let me know if it fits the bill ....
Regards,
Quattro
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
'Necessity is the mother of invention'
Post Edited (QuattroRS4) : 4/4/2007 4:18:56 AM GMT
Regards,
Quattro
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
'Necessity is the mother of invention'
Post Edited (polymer) : 4/13/2007 5:46:09 AM GMT