WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: More then 4 serial port  (Read 3589 times)

Offline mzlj10

  • Newbie
  • *
  • Posts: 23
More then 4 serial port
« on: September 29, 2016, 07:28:16 AM »
I'm trying to connect 4 more serial port through PC104 extension. My board already has 4 serial ports. I know I need to rebuild kernel and change the values of CONFIG_SERIAL_8250_NR_UARTS=8 and CONFIG_SERIAL_8250_RUNTIME_UARTS=8 . But how do I  now check if there are 8 available ?
I tried this commands in terminal and get only 4 tty as result. Is there an option to use with bootcodes to activate more serial ports?
Code: [Select]
dmesg | grep tty
Thanks in advance!

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: More then 4 serial port
« Reply #1 on: September 29, 2016, 08:13:41 AM »

Offline mzlj10

  • Newbie
  • *
  • Posts: 23
Re: More then 4 serial port
« Reply #2 on: September 29, 2016, 11:53:30 PM »
Thank you for your tip.
I already followed this steps but I get only 4 serial port. Is there some additional configs to set in the OS to see this 4 more port?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: More then 4 serial port
« Reply #3 on: September 30, 2016, 01:14:07 AM »
They are in general enough, but your specific board may require something more. I'm afraid a quick google didn't tell what.
The only barriers that can stop you are the ones you create yourself.