Data Sheet

SIM7600E-H 4G HAT User Manual
20
Rev1.0 June 8, 2018
share awesome hardware
3.4. Minicom for UART debugging on Raspberry Pi
Inserting the module to Raspberry Pi and plug the jumper B,
Install minicomminicom is a text-based modem control and terminal emulation program for
Linux
sudo apt-get install minicom
Execute command: minicom -D /dev/ttyS0 ttyS0 is the UART of Raspberry Pi 3B
Baud rate is 115200 by default. If you need to change the baud rate, for example 9600, you can add
the parameter -b 9600.
The user UART device of Raspberry Pi 2B/Zero is ttyAMA0, and ttyS0 of Raspberry Pi 3B
Testing Bluetooth function as examples: