pyserial
pyserial copied to clipboard
Missing on-board serial ports for BeagleBone black
The BeagleBone black has 4 hardware serial ports. When looking for the ports the list_ports_linux.py code excludes ports with subsystem name "platform"- which is instead the expected name on the BBB.
Patch #709 can fix this.