7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

L-02CのIMEIをRaspberry Piで調べる

Posted at
$ sudo apt-get install cu
$ lsusb
Bus 001 Device 004: ID 1004:61dd LG Electronics, Inc.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ eject sr0
$ lsusb
Bus 001 Device 005: ID 1004:618f LG Electronics, Inc. Ally/Optimus One
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ sudo modprobe usbserial vendor=0x1004 product=618f
$ ls -lart|grep -i usb
crw-rw----  1 root dialout 188,   2 Feb 23 00:56 ttyUSB2
crw-rw----  1 root dialout 188,   1 Feb 23 00:56 ttyUSB1
crw-rw----  1 root dialout 188,   0 Feb 23 00:56 ttyUSB0
crw-rw----  1 root dialout 188,   3 Feb 23 00:56 ttyUSB3
$ cu -l /dev/ttyUSB2
Connected.
ATI
NTT DOCOMO, INC.

OK
AT+CGSN
35*************

OK

参考資料

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?