Skip to content

Instantly share code, notes, and snippets.

@rizafr
Forked from tomysmile/gammu-install-osx.md
Created May 17, 2017 13:56
Show Gist options
  • Save rizafr/839a151b738f32cc705217d6f927cd0f to your computer and use it in GitHub Desktop.
Save rizafr/839a151b738f32cc705217d6f927cd0f to your computer and use it in GitHub Desktop.
Gammu: Install on OSX 10.11 with Wavecom Modem M1306B

Configuring Gammu for Mac OSX 10.11

Requirements

  • Disconnect modem first
  • Download and Install Driver USB Prolific for PL2303 Mac OS X
  • Reboot Mac
  • Install Homebrew
  • Type below command :
$ brew update
$ brew install cmake
$ brew install gammu

after success and no error happen, connect your modem now, and type this command:

$ ls -la /dev
  • find Modem TTY for your modem, or like mine with this command
$ ls -la /dev | grep tty.usb
crw-rw-rw-   1 root       wheel      36,   6 Nov 18 19:51 tty.usbserial
  • Modem TTY is tty.usbserial you will need this, so remember or copy it on text editor for next step
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment