Thus I've done a simple test. I've disconnected the alarmdecoder from Rx/Tx and I've shorted Rx and Tx (BCM GPIO14 & 15) with a wire. Then I loaded
Code: Select all
minicom -b 115200 -o -D /dev/serial0Code: Select all
+-----------------------------------------------------------------------+
| A - Serial Device : /dev/ttyAMA0 |
| B - Lockfile Location : /var/lock |
| C - Callin Program : |
| D - Callout Program : |
| E - Bps/Par/Bits : 115200 8N1 |
| F - Hardware Flow Control : No |
| G - Software Flow Control : No |
| |
| Change which setting? |
+-----------------------------------------------------------------------+Code: Select all
Linux version 4.14.34+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1110 Mon Apr 16 14:51:42 BST 2018
Code: Select all
#dtoverlay=pi3-miniuart-bt
enable_uart=1Code: Select all
dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwaitCode: Select all
root 712 0.0 0.3 4040 1744 tty1 Ss+ 21:33 0:00 /sbin/agetty --noclear tty1 linux
pi 1568 0.0 0.4 4272 2096 pts/0 S+ 22:05 0:00 grep --color=auto gettyCode: Select all
root 1606 1.0 0.3 4268 1888 pts/0 S+ 22:08 0:00 grep ttyAMA0Code: Select all
lrwxrwxrwx 1 root root 7 Aug 9 21:28 serial0 -> ttyAMA0
crw-rw---- 1 root dialout 204, 64 Aug 9 22:14 ttyAMA0Thanks,
Chris