Using the Console#
Connect to the Console Serial Port#
To print to the Console, the VEX AIR Drone Controller must be connected to the Console Serial Port.
For information on connecting to the Console Serial Port, open the Connecting to the Console Serial Port Tutorial.

Send information to the drone#
Enter your text in the Send to Drone text box, then select Send to send the string to the drone.

You can work with the sent information using the following commands in the Console category:
The Ask and wait block.#
ask [What's your name?] and wait
The Answer block.#
answer
answer = input("What's your name?")
Save from the Console#
Select SAVE to save all Console information as a .txt file.

Copy from the Console#
Select COPY TO CLIPBOARD to save all Console information to your clipboard.

Clear the Console#
Select CLEAR to clear all information from the Console.
