Zachary Ware added the comment:
serial is not a core Python library. I'm assuming it's from PySerial, whose
bug tracker is here: https://github.com/pyserial/pyserial/issues
--
components: -Interpreter Core
nosy: +zach.ware
resolution: -> third party
stage: -> resolved
status: open -
New submission from Lukas Weber:
On my notebook I have a builtin 4G module (HP lt4112 Gobi 4G Module) it is
using 3 COM ports.
Running:
from serial.tools.list_ports import comports
comports()
is giving me:
File "C:\Program
Files\Python27\lib\site-packages\serial\tools\list_ports_common.py",