Datasheet

A relatively easy to use command line application to work with serial port connections is minicom, which is used
throughout this learning guide. It can be installed from the command-line with the following command:
You can establish a serial connection via minicom with the following command (adjusting the /dev/tty device name as
appropriate):
$ sudo apt-get install minicom
$ sudo minicom -D /dev/ttyUSB0
© Adafruit Industries https://learn.adafruit.com/adafruit-nrf52-pro-feather Page 30 of 87