| NXT.CLOSE | |
| Syntax | NXT.CLOSE port (NXT.CLOSE "TRUE) |
| Explanation | The NXT.CLOSE command closes the connection to the NXT robotic controller.
If the optional argument TRUE is supplied, NXT.CLOSE will turn off the NXT device. |
| Examples | NXT.CLOSE The connection to the NXT device is closed. (NXT.CLOSE "TRUE) The connection to the NXT device is closed and the NXT is turned off. |