Re: Question about how to get list of available serial devices ...

2013-12-11 Thread Marcus Priesch
Hello Martin, Hello list, now there is the need to implement it ;) however, i get lots of devices ttyS[2-31] with the following DEVNAME /dev/ttyS10 DEVPATH /devices/platform/serial8250/tty/ttyS10 ID_MM_CANDIDATE 1 MAJOR 4 MINOR 74 SUBSYSTEM tty USEC_INITIALIZED 91478 which are actually not rea

Re: Question about how to get list of available serial devices ...

2013-09-08 Thread Martin Pitt
Hello Marcus, Marcus Priesch [2013-07-22 14:39 +0200]: > i have a software written in python that needs to know the list of > available serial devices on the system, including on-board serial > devices and USB serial adapters. > > in the past i used hal for this and got nice results like this (ls

Question about how to get list of available serial devices ...

2013-07-22 Thread Marcus Priesch
Dear List, first of all, i just subscribed here, so a big Hello to all of you ;) here comes my question: i have a software written in python that needs to know the list of available serial devices on the system, including on-board serial devices and USB serial adapters. in the past i used ha