Daftar Python sesuai dengan Windows

import serial.tools.list_ports
print(list(serial.tools.list_ports.comports()))
Ugly Unicorn