Skip to content

Instantly share code, notes, and snippets.

@n-west
Last active December 11, 2015 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n-west/4602863 to your computer and use it in GitHub Desktop.
Save n-west/4602863 to your computer and use it in GitHub Desktop.
Connecting Ting modem to beaglebone for the first time using insul-audit image.
[433173.772583] usb 1-1: new high-speed USB device number 4 using musb-hdrc
[433173.913726] usb 1-1: New USB device found, idVendor=0af0, idProduct=d033
[433173.920867] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=4
[433173.928497] usb 1-1: Product: GlobeTrotter Icon322
[433173.933654] usb 1-1: Manufacturer: Option Wireless Technology
[433173.939788] usb 1-1: SerialNumber: Serial Number
[433173.951812] scsi0 : usb-storage 1-1:1.0
[433174.035797] hso: drivers/net/usb/hso.c: Option Wireless
[433174.041564] usbcore: registered new interface driver hso
[433174.799316] usb 1-1: USB disconnect, device number 4
[433180.072570] usb 1-1: new high-speed USB device number 5 using musb-hdrc
[433180.213653] usb 1-1: New USB device found, idVendor=0af0, idProduct=d033
[433180.220825] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=4
[433180.228485] usb 1-1: Product: GlobeTrotter Icon322
[433180.233642] usb 1-1: Manufacturer: Option Wireless Technology
[433180.239776] usb 1-1: SerialNumber: Serial Number
root@beaglebone:~# kermit
C-Kermit 9.0.301 OPEN SOURCE:, 19 Jul 2011, for Linux
Copyright (C) 1985, 2011,
Trustees of Columbia University in the City of New York.
Type ? or HELP for help.
(/home/root/) C-Kermit>
(/home/root/) C-Kermit>set line /dev/ttyHS1
(/home/root/) C-Kermit>
(/home/root/) C-Kermit>set carrier-watch off
(/home/root/) C-Kermit>
(/home/root/) C-Kermit>c
Connecting to /dev/ttyHS1, speed 115200
Escape character: Ctrl-\ (ASCII 28, FS): enabled
Type the escape character followed by C to get back,
or followed by ? to see other options.
----------------------------------------------------
AT
OK
at+cmgl="all"
+CMGL: 1,"REC READ","+1<snipped>",,"13/01/16,21:59:51-20"
test
+CMGL: 2,"REC READ","+1<snipped>",,"13/01/16,22:14:29-20"
From iZphone 10:14 pm
+CMGL: 3,"REC READ","+1<snipped>",,"13/01/17,10:35:54-20"
from my iphone 10 am
+CMGL: 4,"STO UNSENT","+1<snipped>",,
This is a successful text message from AT commands on beagle.
+CMGL: 5,"STO UNSENT","+<snipped>",,
testing from beaglebone.
+CMGL: 6,"STO UNSENT","+1<snipped>",,
msg from beagle
OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment