Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Jan 2006 15:45:06 +0900
From:      takawata@jp.freebsd.org
To:        freebsd-hackers@freebsd.org, freebsd-usb@freebsd.org
Subject:   Driver for a 3G mobile phone.
Message-ID:  <200601080645.k086j60N044844@ns.init-main.com>

next in thread | raw e-mail | index | archive | help
Hi, 
I recently bought a FOMA(NTT DoCoMo 3G system) mobile phone.
It has USB device interface and you can access it with 
dedicated USB-mobile phone cable for a few thousands yen.

You can access technical document at
<URL:http://www.nttdocomo.co.jp/corporate/technology/document/foma/index.html>;

I wrote a driver for it. <URL:http://www.init-main.com/ufoma.tar.gz>;
I heard Kyocera PHS terminal (a.k.a. kyopon) also work with it.

dmesg:

ucom0: SHARP Corporation. FOMA SH902i, rev 2.00/1.00, addr 2, iclass 2/136 ifno:
0
ucom0:Supported Mode:modem,vendor1
ucom0: data interface 1, has CM over data, has break
ucom1: SHARP Corporation. FOMA SH902i, rev 2.00/1.00, addr 2, iclass 2/136 ifno:
3
ucom1:Supported Mode:obex,vendor1
ucom1: data interface 4, has CM over data, has break
ucom2: SHARP Corporation. FOMA SH902i, rev 2.00/1.00, addr 2, iclass 2/136 ifno:
5
ucom2:Supported Mode:handsfree

Features:
Modem port:(ucom0)
      Packet data communication.
      64K data communication.
      Issueing AT command.
OBEX port:(ucom1)
     Accessing phone book etc.
AT command port:(ucom2)
   Issueing AT command.
   Dialing voice or Video conferce.
   Watching RING.

Those features are identified with dmesg for now.


Enjoy!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601080645.k086j60N044844>