Question about BASIC Stamp?
Hello,
·I am very new to this and thinking about using this product but I have a question before I buy a kit. What· I am trying to do is run a program that will sent Keystrokes to another computer though a USB port, can I do this with BASIC Stamp? The program will have to logon to another computer using a windows login prompt or a linux prompt.· I think I seen a BASIC Stamp that was a USB but I am not to sure about this? Could someone answer my question?
Thank You
·I am very new to this and thinking about using this product but I have a question before I buy a kit. What· I am trying to do is run a program that will sent Keystrokes to another computer though a USB port, can I do this with BASIC Stamp? The program will have to logon to another computer using a windows login prompt or a linux prompt.· I think I seen a BASIC Stamp that was a USB but I am not to sure about this? Could someone answer my question?
Thank You
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Thank You for your reply! I just wanted to make sure about this! before I brought a kit. I though you can load the program up in BASIC Stamp and it will run off the Stamp and will not need any external power source and all the coding will run off the Stamp? Well I guess I have to look into something else?
Thank You
Both the SX and the Propeller are theoretically capable of acting as a USB slave / keyboard, but I'm not sure if anyone has actually done it yet. I remember someone mentioning on the Propeller forum about working on something like this, but I don't remember how far they got.
Regarding your comment about the Stamp running independently... That's how it works. You use a serial connection to download compiled programs and you can use the same connection for debugging. Once your program works, you can disconnect the Stamp from the PC and all it needs is a power source. If your project doesn't require much power (< 50mA total), you can use the regulator on the Stamp module. In that case, you can use any DC power source from 6 to 9V. If your power requirements are low enough, you could actually run the Stamp off 12V. The built-in regulator doesn't have a heatsink and it's limited by power dissipation above 9V.
Post Edited (Mike Green) : 1/6/2008 3:20:00 AM GMT
Thank You
-Phil
Thank You
I think the Stamp,BS2P, and espically the Propeller would be more than enough power to send a few characters to the server to get it to boot. After all a keyboard emulator is noting more than sending some ASCII characters to the host. The only problem would be the USB interface that he would have to use the FTDI chip or pre made Serial to USB converter. As far a power, he could borrow some power from the host CPU USB port with a little wireing and a LV regulator. That does not to seem to be a big chore, just a little time. If sirknight115 is typing the same keys every time to boot the computer I do not see any reason a Stamp won't work.
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
D. A. Wreski
Hitt Consulting's Prop Dongle (www.hittconsulting.com/products/propdongle/) can do the same sort of thing using a Propeller.