using a computer keyboard and monitor to interface with basic stamp 2
agentile
Posts: 101
Hello,
· I am trying to figure out how to use a·computer·keyboard for direct·input to the basic stamp.· And I would like to have my stamp output appear on a computer monitor.· I would like to do this without the use of a co-processor.· I would assume that this has already been done.· If you have any information about how to do this,·I would appreciate the help.
thanks,
Andrew
· I am trying to figure out how to use a·computer·keyboard for direct·input to the basic stamp.· And I would like to have my stamp output appear on a computer monitor.· I would like to do this without the use of a co-processor.· I would assume that this has already been done.· If you have any information about how to do this,·I would appreciate the help.
thanks,
Andrew
Comments
Another interpretation is you want to connect your computer to the stamp, use your keyboard to send input through your computer to the stamp, and have the Stamp's output go to your computer screen.· This has been done, using Visual Basic 6.· See the attached.
Try "DEBUGIN" as an input from your keyboard to the Stamp and then "DEBUG" to see the results on screen.
Would that solve your problem ??
Klaus