Page 1 of 1

How to send keystrokes to Airconsole.

Posted: Mon Nov 09, 2015 9:46 pm
by swati
I want to send keystrokes like <Esc> and <Enter>/<CR> to air console.how to send these codes programmatically.

Re: How to send keystrokes to Airconsole.

Posted: Thu Dec 03, 2015 10:18 pm
by daniel
If you wish to connect to the Airconsole with a program you have written yourself (to programmatically send ESC, etc) then a good starting point may be the Airconsole SDKs available here: http://support.get-console.com/solution ... 5000151376

If you are simply looking to write a script to send a few characters then it should be possible to use a regular Telnet client (telnet to port 3696 by default)