Sending data to a terminal

The send and sendLine methods of IccTerminal class are used to write data to the screen.

The set… methods allow you to do this. You may also want to erase the data currently displayed at the terminal, using the erase method, and free the keyboard so that it is ready to receive input, using the freeKeyboard method.