Page 1 of 1

Uart and GPIO usage on NEO3

Posted: Thu Aug 27, 2020 8:09 pm
by osenbruggen
I recently bought a NEO3 and installed Ubuntu Core. I need to use the UART and some GPIO pins if possible. I cannot find any documentation. Has anyone got something worked out already? I need an extra UART for communication to an Arduino. I want to keep using the default UART for debugging and console. How can I enable the UART? I found out that /dev/ttyS2 is the console one, but ttyS0,1,3,4 don't seem to work. Please help.

Re: Uart and GPIO usage on NEO3

Posted: Tue Sep 01, 2020 9:59 am
by v8dave
Looking at the schematic UART1 and UART2 are the only 2 available. UART0 is connected to the Ethernet port.

UART2 is the debug port but UART1 should be available via the GPIO header. What is the ownership on the /dev/tty ports?

Is there a ttySAC* port?

Re: Uart and GPIO usage on NEO3

Posted: Tue Sep 01, 2020 10:20 am
by igorp
osenbruggen wrote:
I recently bought a NEO3 and installed Ubuntu Core. I need to use the UART and some GPIO pins if possible. I cannot find any documentation. Has anyone got something worked out already? I need an extra UART for communication to an Arduino. I want to keep using the default UART for debugging and console. How can I enable the UART? I found out that /dev/ttyS2 is the console one, but ttyS0,1,3,4 don't seem to work. Please help.


Try Armbian. I think we already have overlays for all those features - if not, they are coming in next build.