If you want to use the Airconsole shell to connect to one of its serial ports but need to specify line settings each time, then it is possible to use the "serialport" command from the Airconsole shell.


This is useful when connecting to the Airconsole via Telnet or SSH.


To use this feature, log into the Airconsole shell via SSH or Telnet and then run the serialport command. This takes two optional parameters

-p specifies the serial port to connect to (from 1 unto the number of ports installed)

-l specifies the line settings to use - e.g. 9600,8n1 or 115200 or 57600,7e2, etc


See the example below:


mbp:~ daniel$ ssh admin@192.168.10.1

admin@192.168.10.1's password: 

Welcome to


   _____  .__                                         .__          

  /  _  \ |__|______   ____  ____   ____   __________ |  |   ____  

 /  /_\  \|  \_  __ \_/ ___\/  _ \ /    \ /  ___/  _ \|  | _/ __ \ 

/    |    \  ||  | \/\  \__(  <_> )   |  \\___ (  <_> )  |_\  ___/ 

\____|__  /__||__|    \___  >____/|___|  /____  >____/|____/\___  >

        \/                \/           \/     \/                \/ 



BusyBox v1.12.1 (2015-07-06 22:10:45 BST) built-in shell (ash)

Enter 'help' for a list of built-in commands.


# /sbin/serialport -p 1 -l 9600,8n1

[communication with serial port here]

Connection to 192.168.10.1 closed.