Created
June 28, 2011 17:10
-
-
Save btbytes/1051622 to your computer and use it in GitHub Desktop.
minicom_brew.mkd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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