pyserial icon indicating copy to clipboard operation
pyserial copied to clipboard

Missing on-board serial ports for BeagleBone black

Open sybeck2k opened this issue 2 years ago • 1 comments

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.

sybeck2k avatar Jan 30 '23 13:01 sybeck2k

Patch #709 can fix this.

maartenbrock avatar Jul 30 '23 14:07 maartenbrock