Boe-Bot question discussion
CupcakeNinja
Posts: 2
Hello there, I have a question regarding the basic Boe-Bot programming. I am aware that the Boe-Bot can calculate different mathematical problems (given the correct format), but where does it get the answer? How can I access this part of the programming (the place where the answer is already provided or solved)? I want to be able to give input and then receive a response I designate. Is it possible to do this? Thank you and I look forward to seeing your responses.
Comments
Parallax Basic (PBasic) includes statements that can send (DEBUG) and receive (DEBUGIN) serial data from the PC connection and the Stamp Editor includes a debug window specifically for use with these statements although you can use other PC programs to do the same thing. Look in the Stamp Manual or in the Stamp Editor's help files for details on these statements. As a trivial example, you could do: If you want some other way to enter and display information, you can attach a keypad and small display to the Stamp and use similar statements to read and display data. A simple and inexpensive display is this one. A simple and inexpensive keypad for numeric input is this one. The indicated webpages have links for programming examples.