Geert Linders

Results 5 comments of Geert Linders

Yes, I agree but the name of your function doesn't give a clear hint as to what it does and there is no API description either. I normally add an...

The software I use to create the (Eltima) virtual COM ports is: https://www.usriot.com/support/downloads/USR-VCOM_Virtual-Serial-SoftwareV372525_Setup.html Note that the `STMicroelectronics STLink Virtual COM Port` is shown using the unmodified version of `pyserial`. So...

I'm waiting for this as well. This was changed between pyserial==3.4 and pyserial==3.5.

Since version 3.0, pyserial implements `in_waiting` and `out_waiting`. Package dummyserial only implements `out_waiting`. So, it is not named incorrectly, but `in_waiting` is missing.

A workaround that worked for me on WSL is to add option '--bdist-dir ~/temp/bdistwheel'