Skip to content

Instantly share code, notes, and snippets.

@leon-anavi
Created November 20, 2016 01:27
Show Gist options
  • Save leon-anavi/d17198d749321417e9bceb9bd99c95e4 to your computer and use it in GitHub Desktop.
Save leon-anavi/d17198d749321417e9bceb9bd99c95e4 to your computer and use it in GitHub Desktop.
Controlling RN2483 using minicom from GNU/Linux distribution
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