Shop OBEX P1 Docs P2 Docs Learn Events
NwBee-How to control My BoeBot using W,A,D,X keys, while its conected thru USB — Parallax Forums

NwBee-How to control My BoeBot using W,A,D,X keys, while its conected thru USB

DarshanaDarshana Posts: 2
edited 2010-11-06 10:24 in Learn with BlocklyProp
Hi Friends,

I bought My BoeBot recently and I have completed all the tasks in the Book already.

Does anyone know how we can control the BoeBot using "W A D X" keys in the keyboard (to go forward, backward, left and right) ; while the BoeBot is connected to PC throough USB cable.

Please assist me....

Darshan:smilewinkgrin:

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2010-11-05 16:53
    The DEBUG and DEBUGIN statements communicate with the serial port on the PC used by the Stamp Editor, in particular the debug window. Look up these statements in the Basic Stamp Syntax and Reference Manual or in the Stamp Editor's help files. You can use other terminal emulators, but the Stamp Editor's debug window is the simplest to use.

    The DEBUGIN statement can be set up to wait for a character to be sent from the PC, then you can use IF / THEN statements to interpret the characters received. You'd use the DEBUG statement to display a message on the PC window to say what the user should do.
  • DarshanaDarshana Posts: 2
    edited 2010-11-06 10:24
    Thnx Mike...i'll try n see whther i can do this....


    thns for the reply:lol:
Sign In or Register to comment.