List com ports only lists the tty devices not the cu devices.
I would like the list to include /dev/cu* devices optionally.
serial.tools.list_ports.comports(devices=('cu', 'tty')) defaulting to ('tty',)
to which platform would that apply? OSX? posix in general?
linux, OSX (and windows) now have dedicated port listing functions where it should not be needed to "patch" the list of names.
OSX has it own list_ports function for some time current implementation at https://github.com/pyserial/pyserial
Log in to post a comment.
to which platform would that apply? OSX? posix in general?
linux, OSX (and windows) now have dedicated port listing functions where it should not be needed to "patch" the list of names.
OSX has it own list_ports function for some time
current implementation at https://github.com/pyserial/pyserial