The purpose of this step is to get updated stty utilities onto the ASUS
router so that the baud rate of the console port can be set.
opkg update
opkg install coreutils-stty
To start ser2net
To use console port, comment out the serial port in /etc/inittab &
reboot. File with commented out serial port should be
::ttyS0::askfirst:/bin/ash --login
The following command sets the port to 115200
# stty -F /dev/ttyS0 115200