#!/bin/sh
# pull down bit 7 of port b, which is pin 37 on J6
setbits -p b -b 7 -s 1
sleep 1
# pull up bit 7 of port b, which is pin 37 on J6
setbits -p b -b 7 -s 0
stty -F /dev/ttyS2 115200
/usr/sbin/pppd file /etc/ppp/gprs-options