# ~jhs/.gammurc # http://berklix.com/~jhs/dots/.gammurc # gammu is an evolution/rewrite based on (obsolete) mygnokii. # mygnokii was a fork from gnokii # It doesnt have a graphical front end. # 2006.10.02: on gammu.org gammu-1.08.00 # 2006.10.02: freebsd.org current: 1.07i # FreeBSD-6.1 Release: 1.04.0 # New FreeBSD MAINTAINER (in current) = bsam@ipt.ru # See Also: # /usr/ports/comms/gammu/work/gammu-1*/docs/examples/config/gammurc : # ~/.gnokiirc # ~/tech/nokia/notes # Futures: # http://www.gammu.org/wiki/index.php?title=Gammu:KMobileTools # http://www.kmobiletools.org # Usage: xs gammu errors --identify # xs gammu errors --backup \ # ~jhs/txt/text/nokia/gammu/5110.jhs/`date "+%Y-%m-%d-%H-%M-%S"` # From man gammu: # [gammu] # port = /dev/ircomm0 # connection = irda [gammu] port = /usr/home/jhs/.dev.nokia.tty # port = /usr/home/jhs/.dev.sony.tty # port = /usr/home/jhs/.dev.sony.usb # - I have 2 programs: gnokii & gammu # - I have 3+ host with cables: serial & USB # - Some hosts have mutiple serial cables on same host. # - Serial FreeBSD-4.11 --> /dev/cuaa[01] # - Serial FreeBSD-6.1 --> /dev/cuad[01] # - Sony USB adapter: /dev/ { ugen0 ugen0.1 ugen0.2 ugen0.3 } # Create sym links with this # ln -s /dev/cuaa0 /host/lapa/usr/home/jhs/.dev.nokia.tty # ln -s /dev/cuaa0 /host/lapa/usr/home/jhs/.dev.sony.tty # No cable in place # ln -s /dev/cuad0 /host/fire/usr/home/jhs/.dev.sony.tty # ln -s /dev/cuad1 /host/fire/usr/home/jhs/.dev.nokia.tty # ln -s /dev/ugen0 /host/fire/usr/home/jhs/.dev.sony.usb # No cable in place # ln -s /dev/ugen0 /host/lapa/usr/home/jhs/.dev.sony.usb # No cable in place # ln -s /dev/ugen0 /host/laps/usr/home/jhs/.dev.nokia.usb # No cable exists #---------------- # model = 6110 # model = 5110 # Not needed, detected automatically. # For Sony CMD-J70 & Sony PTX-520, later try: # model = at # I found "at" in gammu-1.07.00/common/phone/at/sonyeric.c # AT initialisation failed, trying to stop binary mode... # model = seobex # I found seobex in gammu-1.07.00/common/phone/at/sonyeric.c # It seems to cles faster than "at" #---------------- # I jhs@ have cable DAU-9P for Nokia6110 #---------------- # connection = dlr3 # connection = serial # I guess this is default. # connection = fbus # For Nokia-6110: fbus works fast & selects 115200 baud,. # But I dont need to specify it for Nokia6110 # connection = mbus # For Nokia-6110: mbus work slow, several "Retrying", selects 9600 baud. # Nokia-6110 does work but its faster to leave it off. # connection = "at9600" # connection = 19200 # connection = "at115200" # For Sony CMD-J70 & Sony PTX-520 serial cable, later try: #---------------- # handshake=hardware # For Sony CMD-J70 & PTX-520 ? #---------------- # bindir = /usr/local/sbin/ # Copied over from gnokiirc, doesnt seem needed by at least # "gammu errors --identify" but perhaps for more complex stuff ? #---------------- SynchronizeTime = yes # I have confirmed it resets the time. #---------------- # RSSLevel = yes # LATER: check if newer gammu #---------------- # UsePhoneDB = yes # LATER: check firmware on phone #---------------- # logfile = /tmp/gammulog #---------------- logformat = textall #----------------