Skip to content

Instantly share code, notes, and snippets.

@Pastor
Forked from leon-anavi/rn2483-linux
Created November 26, 2020 15:34
Show Gist options
  • Save Pastor/4d82d9cf702c2702b37f11e50f4ee823 to your computer and use it in GitHub Desktop.
Save Pastor/4d82d9cf702c2702b37f11e50f4ee823 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