Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Uninstall unused COM ports windows 10
Post: Uninstall unused COM ports windows 10

I'm very new to python and I haven't gotten very far with my code but below is what I have so far import serial.tools.list_ports as port_list ports = list(port_list.comports()) for p in ports: ...
adbrooker General Coding Help 1 2,055 Sep-22-2021, 02:13 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020