From 53b947df484159f5934898ba6c0aa69a9c869007 Mon Sep 17 00:00:00 2001 From: Ido Hadanny Date: Thu, 22 Sep 2011 21:30:13 +0300 Subject: added stuff --- roombacomm-client/docs/Asus Router HowTo.html | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 roombacomm-client/docs/Asus Router HowTo.html (limited to 'roombacomm-client/docs/Asus Router HowTo.html') diff --git a/roombacomm-client/docs/Asus Router HowTo.html b/roombacomm-client/docs/Asus Router HowTo.html new file mode 100644 index 0000000..6fa458e --- /dev/null +++ b/roombacomm-client/docs/Asus Router HowTo.html @@ -0,0 +1,50 @@ + + + + + Asus Router HowTo + + +

ASUS Router HowTo

+

Updating the package list and stty utilities

+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
+
+Now start ser2net
+# cd /roomba
+# ./ser2netconf.sh
+
+
+
+

Reference

+# cat sercon.sh
+ser2net -c /roomba/ser2netcon.conf
+
+
+# cat ser2netcon.conf
+5001:raw:0:/dev/ttyS0:115200
+
+
+# cat /etc/inittab
+::sysinit:/etc/init.d/rcS S boot
+::shutdown:/etc/init.d/rcS K stop
+tts/0::askfirst:/bin/ash --login
+::ttyS0::askfirst:/bin/ash --login
+tty1::askfirst:/bin/ash --login
+
+ + -- cgit v1.3.1