Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created June 28, 2011 17:10
Show Gist options
  • Select an option

  • Save btbytes/1051622 to your computer and use it in GitHub Desktop.

Select an option

Save btbytes/1051622 to your computer and use it in GitHub Desktop.
minicom_brew.mkd
brew install minicom
==> Downloading http://alioth.debian.org/frs/download.php/3195/minicom-2.4.tar.gz
######################################################################## 100.0%
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/minicom/2.4 --mandir=/usr/local/Cellar/minicom/2.4/share/man
==> make install
==> Caveats
Terminal Compatibility
======================
If minicom doesn't see the LANG variable, it will try to fallback to
make the layout more compatible, but uglier. Certain unsupported
encodings will completely render the UI useless, so if the UI looks
strange, try setting the following environment variable:
LANG="en_US.UTF-8"
Text Input Not Working
======================
Most development boards require Serial port setup -> Hardware Flow
Control to be set to "No" to input text.
==> Summary
/usr/local/Cellar/minicom/2.4: 13 files, 376K, built in 22 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment