Hi,
I am running a program on a separate µCPU but I cannot see the data on the terminal screen. I can see the GPIO 15 is busy (on piscope).
I tried "stty -F /dev/ttyAMA0 -b 9600" " cat < /dev/ttyAMA0" and nothing.
I tried "minicom -D /dev/ttyAMA0" and setup speed to 9600, still nothing.
If I connect RXD to TXD, I can see the character on the terminal screen. If I set echo, I see double character.
I am using arduino to program the Atmega328p with no problem at flashing a LED, but now I need to see the character on a terminal screen.
I even remove i2c_dev, i2c_bcm2708, spi_i2cbcm2708.
What else did I missed?
Thank you.