-
Hi, is there any reason why `pyserial` is not listed in the _requirements.txt_? I have never used basil before, but I just cloned it in development mode and tried to execute a copy of `basil/examples/…
-
When Home Assistant installs this library it does not automatically install pyserial, which is required, due to a missing dependency statement in setup.py.
Please consider adding:
install_requ…
-
Curious as to what this solves that Pyserial-Asyncio doesn't? It appears that you have a more simple routine. What are your goals with this?
https://github.com/pyserial/pyserial-asyncio
I intend…
-
Hi, I'm using pyserial inside a docker container as below:
```python
>>> import serial.tools.list_ports as stl
>>> ports = stl.comports()
>>> type(ports[0])
```
However, when I run the same …
94929 updated
10 months ago
-
This probably needs testing with zigpy-zigate and ZiGate hardware on Linux and Windows OS to confirm working first, but FYI:
pyserial-asyncio version 0.6 has now finally been released with a fix fo…
Hedda updated
3 years ago
-
### Description
A strange exception is produced when trying to use pyserial on windows. The same version of pyserial works correctly on the official python implementation.
Is this because of pys…
-
Suggest to change import to using "pyserial-asyncio" instead of "asyncio"
https://github.com/pyserial/pyserial-asyncio
This is what zigpy-deconz is using as a depenency:
https://github.com/z…
Hedda updated
5 years ago
-
### Related area
platform support for esptool
### Hardware specification
(relevant to all)
### Is your feature request related to a problem?
If pyserial is not installed on the base system, espto…
egnor updated
6 months ago
-
Hi to everyone.
I have a question regarding what appears to be strange behaviour with PySerial's "send_break" command. The issues are explained in detail at the following link:
https://www.raspbe…
-
**Is your feature request related to a problem? Please describe.**
There was recently added feature to [filter ports by USB serial number](https://docs.espressif.com/projects/esptool/en/latest/esp32/…