Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 1610  / 1 Year ago, mon, april 3, 2023, 12:52:08

I seem to have ttyS0 all the way to ttyS31, the only real (well virtual but at least they do someting) serialports on my machine are ttyACM0 and rfcomm0, what are all these ttyS's for?


More From » tty

 Answers
6

That maximum possible number of serial ttys is hard-coded to be 32 via the kernel config setting CONFIG_SERIAL_8250_RUNTIME_UARTS



The /dev/ttyS* char devices will only be functional when the 8250 UART driver finds the serial UARTs on the machine.



The kernel is configured with such a high value because some machines support that many UARTs.


[#40483] Tuesday, April 4, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cisccla

Total Points: 66
Total Questions: 134
Total Answers: 115

Location: Croatia
Member since Fri, Sep 11, 2020
4 Years ago
;