Page 1 of 1

resetting iSerial using web control from command line

Posted: Thu Mar 28, 2013 10:50 am
by bkerin
I found that I needed to reset the iSerial occasionally. This linux command lets you
do this automatically from a script:

Code: Select all

   wget --save-cookies=/tmp/iSerial_cookies --keep-session-cookies
-O - 'http://192.168.1.125/cgi/login.cgi?Username=your_username&Password=your_password';
wget --load-cookies=/tmp/iSerial_cookies --keep-session-cookies -O -
'http://192.168.1.125/cgi/reset.cgi?reset=true'