Sends a message to a running Python script.
py_msg(message, data)
Send a message with data to a Python script
py_msg("update_status", "Running");
Send a numerical command
py_msg("set_speed", 1200);
py_msg("OpenCV", 0);
read_message
py_list py py_term py_msg