Created
November 20, 2016 01:27
-
-
Save leon-anavi/d17198d749321417e9bceb9bd99c95e4 to your computer and use it in GitHub Desktop.
Controlling RN2483 using minicom from GNU/Linux distribution
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
1. run: | |
sudo minicom -s | |
2. Go to "Serial port setup" and set: | |
Serial Device: /dev/ttyUSB0 | |
Bps/Par/Bits : 57600 8N1 | |
Hardware Flow Control : No | |
Software Flow Control : No | |
3. Select Exit to exit configurations and to enter minicom | |
4. Press Ctrl+A Z | |
5. Press E to enable local Echo | |
6. Type commands and after pressing enter press Ctrl+J (to send CR/LF) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment