(revised) test for linux serial ports


Author Message
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 4350
Posted: 09:17am 06 Jan 2025      

I'm a bit surprised it doesn't find the ports on various of my computers.

There are (for x = 0,1,2,3)
/dev/ttySx
/sys/class/tty/ttySx/ which are links to
/sys/devices/platform/serial8250/tty/ttySx/
in which are files such as type
(cat type is just a 0)

I don't know what tty-related chips are on each motherboard.

John