Hello,
Yes I've enabled the tty, i've used the raspi-config and I've set in interfacing options serial to disable for login as I've seen on other guides. But the hardware port it self is enabled.
However I'm using ttyAMA0, is this wrong?
Code:
dmesg | grep -i tty
[ 0.000000] Kernel command line: 8250.nr_uarts=1 bcm2708_fb.fbwidth=800 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=tty1 consoleblank=0 root=PARTUUID=cd7583a6-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[ 0.000806] console [tty1] enabled
[ 0.873401] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 0.877887] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 166, base_baud = 31250000) is a 16550
[ 14.824360] Bluetooth: RFCOMM TTY layer initialized
Jay.